aFileChooser
aFileChooser copied to clipboard
Mime type not taken
While adding
intent.setType("video/*");
on FileUtils. createGetContentIntent()
or adding on Manifest file also like <data android:mimeType="video/*" />
FileChooserActivity won't consider these Mime types but other FileBrowser Application installed on the phone will take this Mime type consideration
I experience the same problem, did you find a solution?
Same problem here, any solutions?