As far as i know
File directory = new File(
android.os.Environment.getExternalStorageDirectory()
+ File.separator + "100ANDRO");
will get the image directory, but i am afraid if some phones have different directory then it wont work, is there any direct way that android api provides us to get all the image paths without hard coding the directory name as 100ANDRO ?
Thanks in advance.