android / camera-samples

Multiple samples showing the best practices in camera APIs on Android.
Apache License 2.0
4.95k stars 2.32k forks source link

CameraXBasic does not ask for WRITE_EXTERNAL_STORAGE permissions #546

Open davidesoldan opened 1 year ago

davidesoldan commented 1 year ago

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