iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

Mime type not taken #9

Open laaptu opened 11 years ago

laaptu commented 11 years ago

While adding
intent.setType("video/*"); on FileUtils. createGetContentIntent()

or adding on Manifest file also like

FileChooserActivity won't consider these Mime types but other FileBrowser Application installed on the phone will take this Mime type consideration

lukeisontheroad commented 11 years ago

I experience the same problem, did you find a solution?

westlinkin commented 9 years ago

Same problem here, any solutions?