mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-18 11:55:38 -04:00
Allow opening split ZIM files in My Files and ES file explorer #313
ES file explorer doesn't like the (aa|) notation so I had to have 2 intent filters.
This commit is contained in:
parent
e5e1b94fcc
commit
4b1831e23f
@ -58,6 +58,22 @@
|
||||
<data android:scheme="file" />
|
||||
<data android:mimeType="*/*" />
|
||||
<data android:pathPattern=".*\\.zim" />
|
||||
<data android:pathPattern=".*\\..*\\.zim" />
|
||||
<data android:pathPattern=".*\\..*\\..*\\.zim" />
|
||||
<data android:pathPattern=".*\\..*\\..*\\..*\\.zim" />
|
||||
<data android:host="*" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="file" />
|
||||
<data android:mimeType="*/*" />
|
||||
<data android:pathPattern=".*\\.zimaa" />
|
||||
<data android:pathPattern=".*\\..*\\.zimaa" />
|
||||
<data android:pathPattern=".*\\..*\\..*\\.zimaa" />
|
||||
<data android:pathPattern=".*\\..*\\..*\\..*\\.zimaa" />
|
||||
<data android:host="*" />
|
||||
</intent-filter>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user