Skip to content

Commit

Permalink
Add PICK intent for launching with exolist.json
Browse files Browse the repository at this point in the history
This works around the issue described in #438
  • Loading branch information
kaidokert committed Jun 5, 2023
1 parent 2fc189d commit 35bed34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/main/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.intent.action.BROWSE"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="http"/>
Expand Down

0 comments on commit 35bed34

Please sign in to comment.