There was an error while loading. Please reload this page.
1 parent 2fc189d commit b305a71Copy full SHA for b305a71
demos/main/src/main/AndroidManifest.xml
@@ -52,6 +52,7 @@
52
</intent-filter>
53
<intent-filter>
54
<action android:name="android.intent.action.VIEW"/>
55
+ <action android:name="androidx.media3.demo.main.action.BROWSE"/>
56
<category android:name="android.intent.category.DEFAULT"/>
57
<category android:name="android.intent.category.BROWSABLE"/>
58
<data android:scheme="http"/>
0 commit comments