mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Add PICK intent for launching with exolist.json
This works around the issue described in #438
This commit is contained in:
parent
997f2be5e5
commit
1d20aa3c8d
1 changed files with 1 additions and 0 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue