ligate / vudroid

Automatically exported from code.google.com/p/vudroid
0 stars 0 forks source link

Opening djvu file in file manager. #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The djvu document can not be opened in file manager.

Original issue reported on code.google.com by romadanov on 8 Oct 2010 at 9:31

GoogleCodeExporter commented 8 years ago
VuDroid supports image/djvu mime type but not all file managers support it. 
Some file managers (ASTRO for example) can be customized to support djvu mime 
type but many others doesn't have this option.

Original comment by pavel.ti...@gmail.com on 7 Nov 2010 at 8:50

GoogleCodeExporter commented 8 years ago
Can't you use a content provider (see 
http://developer.android.com/guide/topics/providers/content-providers.html) to 
register image/x.djvu and/or image/djvu MIME types so that all apps will know 
what they are? After that, register vudroid as the default app for that file 
type(s).

Original comment by earthso...@gmail.com on 20 Jan 2011 at 3:40

GoogleCodeExporter commented 8 years ago
I assume that would also help w/ issue 35.

Original comment by earthso...@gmail.com on 20 Jan 2011 at 3:42