mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-03 19:47:59 +00:00
Android: Explicitly allow content URI intents.
This commit is contained in:
parent
7f2c03156f
commit
1e2c3f7f30
@ -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" />
|
||||
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user