1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

Fixing open fb2.zip and etc from file manager and dropbox

This commit is contained in:
AlexFrost 2013-12-02 22:27:14 +03:00
parent 34f709742f
commit c1d57862d0

View file

@ -71,7 +71,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"/>