Open mpol opened 12 years ago
Is there a "correct" solution? I want to open .fb2 and .epub attachments from e-mails. Ok, I want to open *.fb2.zip too, but I'm not sure that's possible. These intent data filters are unclear for me, sorry. :(
You can try:
<data android:host="*" />
as specified in this answer on StackOverflow
A user reported this issue thinking it was a bug with my app.
FBReader will react to an intent with action = android.intent.action.VIEW and data = content://anything (eg. content://com.sec.android.widgetapp.dualclock/dualclock/ as used by one Samsung widget) and no type.
android:pathPattern=".*.fb2" apparently does not work without also matching on a host.