Android Question ContentChooser open a CSV file

advansis

Active Member
Licensed User
Longtime User
Hi guys,
I need the correct MIME Type to open a CSV file.
I tried with "text/plain","text/csv","application/csv" but the file is still grayed.
I tried with "application/*" and it works, but ALL files can be opened.
ContentChooser does not return the "real" filename and cannot validate the file before opening...

Is there a way to enable only csv files? It dipends on Android version?

Thanks in advance.
 
Top