Following code is used to get images from particular folder but how to get sub folder’s images of sdcard’s folder.
Cursor actualimagecursor = managedQuery(
MediaStore.Images.Media.EXTERNAL_CONTENT_URI, proj,
MediaStore.Images.Media.DATA + " like ? ",
new String[] { "%unzipped%" }, null);
Sorry for bad English communication.
Try with the following code