playback: export playback reciever

Completely misunderstood how this would affect the widget/notification
on Android 14. Apparently it just blocks all intents, even if they are
tangentially from the app.

Resolves #598.
This commit is contained in:
Alexander Capehart 2023-10-16 20:30:54 -06:00
parent 4eacb65aff
commit d51da1b4bf
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -166,7 +166,7 @@ class PlaybackService :
}
ContextCompat.registerReceiver(
this, systemReceiver, intentFilter, ContextCompat.RECEIVER_NOT_EXPORTED)
this, systemReceiver, intentFilter, ContextCompat.RECEIVER_EXPORTED)
logD("Service created")
}