Skip to content

Commit 13532c5

Browse files
author
Niels Masdorp
committed
add receiver for playback resumption
1 parent 6ad344d commit 13532c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
3333
android:value="com.nielsmasdorp.nederadio.playback.StreamOptionsProvider" />
3434

35+
<receiver android:name="androidx.media3.session.MediaButtonReceiver"
36+
android:exported="true">
37+
<intent-filter>
38+
<action android:name="android.intent.action.MEDIA_BUTTON" />
39+
</intent-filter>
40+
</receiver>
41+
3542
<service
3643
android:name=".playback.StreamService"
3744
android:exported="true"

0 commit comments

Comments
 (0)