views:

31

answers:

0

So I have the App User store images from my App to a folder that I programmatically created in the Android phone.

Say the path is /sdcard/mnt/Android/data/mypackage/images

To navigate to that folder and view what they saved in there I want to create a button in my app that will help them navigate to that folder with absolute path to view what are the contents of the folder. Is that possible, if yes, please give me some hints.

Thanks for any help stackoverflowers...you guys rock!!