Skip to content

Commit

Permalink
Merge pull request #17425 from unknownbrackets/android-intent
Browse files Browse the repository at this point in the history
Android: Explicitly allow content URI intents
  • Loading branch information
hrydgard committed May 7, 2023
2 parents 7f2c031 + 1e2c3f7 commit 7e7f9ff
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 7e7f9ff

Please sign in to comment.