We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad344d commit 13532c5Copy full SHA for 13532c5
app/src/main/AndroidManifest.xml
@@ -32,6 +32,13 @@
32
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
33
android:value="com.nielsmasdorp.nederadio.playback.StreamOptionsProvider" />
34
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
+
42
<service
43
android:name=".playback.StreamService"
44
android:exported="true"
0 commit comments