I am curious as to how to get images from the Gallery/Camera folder in Android. I am looking into the file manager and can't really get a grasp as to where the those images are located in the file system. If I go to File Manager I can't locate the exact location of my taken photos. If I go to Gallery app I see them hanging in the "Camera" folder.
A little about what I am trying to accomplish:
Get all existing photos, saved at some point and display them on my activity. I am trying to allow the phone user to assign an avatar to their profile from existing photos.
This answer might help. This is a common question, so you might get results if you searched StackOverflow for Android camera.
here is the code, in case somebody needs it. This is tested on gingerbread.