I understand that even I don’t have
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
in my `AndroidManifest.xml
String path = Images.Media.insertImage(((Activity)MainView.this.getContext()).getContentResolver(), screenCaptureBitmap, "Title", "Description");
you can still write the image file to the /mnt/sdcard/DCIM/Camera folder. May I find out why this is so?
source share