I'm getting all images from SD card but now I only want to show the pictures taken with the camera (in the DCIM folder).
Is it possible to do that ?
Try:
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DCIM).getAbsolutePath()
Try this :
Environment.DIRECTORY_DCIM;
Official Doc
Here is a link for more info : Using Android’s external storage effectively and judiciously
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With