Android File Picker

Kleptine picture Kleptine · Apr 23, 2010 · Viewed 10.9k times · Source

Is there a good solution for picking a file in an android application? I need the user to be able to browse their SD card for a file they would like to load. However, it cannot use an outside application (like andExplorer or OI File Manager). It must stay contained inside my application and not require users to install other applications.

Using Intent.GET_CONTENT will not work because the files are of a custom type.

Thanks!

Answer

lini sax picture lini sax · Oct 5, 2011

For anyone still searching for answers, here is a good example with code to create a file chooser/picker simple file chooser