Add PICK intent for launching with exolist.json

This works around the issue described in #438
This commit is contained in:
Kaido Kert 2023-06-04 22:19:19 -07:00 committed by Marc Baechinger
parent 997f2be5e5
commit 1d20aa3c8d

View File

@ -52,6 +52,7 @@
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<action android:name="androidx.media3.demo.main.action.BROWSE"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="http"/>