Choose Folder On Android Device
I would like to let user pick directory and save downloaded file (my app downloads file). I know that some tools (for example, ES File Explorer) provide such intent-filters. see
Solution 1:
I've recently come across something that might potentially help here: http://www.openintents.org/en/node/159
It has a demo application showing how it can interact with third party applications as a file/directory picker.
That said, I have not tried it yet. I stumbled across this question as I am still looking for other options.
Edit: actually, it looks very similar to your ES File Manager link. Perhaps it is merely a clone.
Solution 2:
Here is complete Android library: https://github.com/lemberg/directory-selector-dialog-preference
It can be used either as DialogFragment or as DialogPreference. I am it's author so don't hesitate to ask any questions.
Post a Comment for "Choose Folder On Android Device"