Skip to content

Commit

Permalink
Android: Explicitly allow content URI intents.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed May 7, 2023
1 parent 7f2c031 commit 1e2c3f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="file" />
<data android:scheme="content" />
<data android:mimeType="*/*" />
<data android:host="*" />
<data android:pathPattern=".*\\.iso" />
Expand All @@ -90,6 +91,7 @@
<data android:pathPattern=".*\\.ELF" />
<data android:pathPattern=".*\\..*\\.ELF" />
<data android:pathPattern=".*\\..*\\..*\\.ELF" />
<data android:pathPattern=".*\\.ppdmp" />
</intent-filter>
</activity>
<meta-data android:name="isGame" android:value="true" />
Expand Down

0 comments on commit 1e2c3f7

Please sign in to comment.