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:
MohitMali 2023-07-19 16:29:55 +05:30 committed by Kelson
parent af1cc84e5f
commit 0834cdc248

View File

@ -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>