Skip to content

Commit

Permalink
add receiver for playback resumption
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Masdorp committed Jan 17, 2024
1 parent 6ad344d commit 13532c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
android:value="com.nielsmasdorp.nederadio.playback.StreamOptionsProvider" />

<receiver android:name="androidx.media3.session.MediaButtonReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>
</receiver>

<service
android:name=".playback.StreamService"
android:exported="true"
Expand Down

0 comments on commit 13532c5

Please sign in to comment.