I have a small FileExplorer in my application and I want it to run in the folder that is currently used by the defautl camera. Is there any way to get this way? I tried:
Environment.getExternalStoragePublicDirectory (Environment.DIRECTORY_PICTURES).getAbsolutePath());
But this does not return "/ mnt / sdcard / Pictures", and my camera is stored in "mnt / sdcard / ext_sd / DCIM / 100MEDIA /"
PS: I know how to start the camera with a specific folder for storing images, which is not what I'm looking for,
android camera
2red13
source share