camera-samples icon indicating copy to clipboard operation
camera-samples copied to clipboard

CameraXBasic does not ask for WRITE_EXTERNAL_STORAGE permissions

Open davidesoldan opened this issue 2 years ago • 0 comments

Trying the exemple in a Samsung Tablet with Android 8 the PermissionsFragment class always shows a Toast

"Permission request denied"

I noticed that the only permission asked with registerForActivityResult is the CAMERA permission, and not the WRITE_EXTERNAL_STORAGE

Adding in the manifest solve the bug

davidesoldan avatar Jun 16 '23 07:06 davidesoldan