Skip to content

Commit 35bed34

Browse files
committed
Add PICK intent for launching with exolist.json
This works around the issue described in #438
1 parent 2fc189d commit 35bed34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎demos/main/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
</intent-filter>
5353
<intent-filter>
5454
<action android:name="android.intent.action.VIEW"/>
55+
<action android:name="android.intent.action.BROWSE"/>
5556
<category android:name="android.intent.category.DEFAULT"/>
5657
<category android:name="android.intent.category.BROWSABLE"/>
5758
<data android:scheme="http"/>

0 commit comments

Comments
 (0)