1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00
This commit is contained in:
AlexFrost 2017-01-19 12:02:13 +00:00 committed by GitHub
commit ce7d3f37ee

View file

@ -89,7 +89,7 @@
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:host="" android:scheme="file"/>
<data android:mimeType="*/*" android:scheme="file"/>
<data android:pathPattern=".*\\.epub"/>
<data android:pathPattern=".*\\.oeb"/>
<data android:pathPattern=".*\\.fb2"/>