mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-19 12:26:13 -04:00
Fixed can't open epub in external app.
* Added EPUB application viewing queries to the manifest. This queries provide access to check if an EPUB viewer application is installed on the user's device or not * Added this query in core/manifest file so it will add this query to both kiwix and custom app.
This commit is contained in:
parent
af1cc84e5f
commit
0834cdc248
@ -22,6 +22,10 @@
|
||||
<intent>
|
||||
<action android:name="android.intent.action.TTS_SERVICE" />
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<data android:mimeType="application/epub+zip" />
|
||||
</intent>
|
||||
</queries>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user