How to select folder in android?

Sushant Bhatnagar picture Sushant Bhatnagar · Dec 21, 2011 · Viewed 15.2k times · Source

Hi there is a way to select folder where user want to save file in android . I check out http://code.google.com/p/android-file-dialog/

it has functionality to select file but i want to select folder , please provide me usable link or examples.

Answer

seeker picture seeker · Jan 16, 2012

How about using OI File Manager? This App has the following Intents: PICK_FILE, PICK_DIRECTORY. There is even sample code on the page for using the Intents.