Menu

#190 Missing mime types

Android
open
nobody
XML (5)
5
2012-05-30
2012-05-30
John Ball
No

Cool reader is unable to open some file types from other applications (e.g. Dropbox or a file explorer). I have tested a change which seems to solve this for mobi and pdb files; simply add the following 2 lines to the relevant <intent-filter> in AndroidManifest.xml:

<data android:mimeType="application/x-mobipocket-ebook" />
<data android:mimeType="chemical/x-pdb" />

Discussion


Log in to post a comment.

MongoDB Logo MongoDB