Skip to content

Commit

Permalink
playback: export playback reciever
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
OxygenCobalt committed Oct 17, 2023
1 parent 4eacb65 commit d51da1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class PlaybackService :
}

ContextCompat.registerReceiver(
this, systemReceiver, intentFilter, ContextCompat.RECEIVER_NOT_EXPORTED)
this, systemReceiver, intentFilter, ContextCompat.RECEIVER_EXPORTED)

logD("Service created")
}
Expand Down

0 comments on commit d51da1b

Please sign in to comment.