I'm encountering an issue in my Flutter app where the permission dialog for accessing the photo library is not popping up on Android devices. Despite checking the READ_EXTERNAL_STORAGE
permission in the AndroidManifest.xml file, the permission dialog fails to appear when the app requests access to the photo library (this used to work fine before and still works on iOS)
Photo Library Permission Dialog Not Displaying on Android
Troubleshooting
I've tried deleting every 'request permissions: photo library' action throughout the app flows. I've troubleshooted on an actual device and every user on an android device hasn't been able to enable photo library/ gallery permissions within device settings.
Additionally, I looked through the code to double check if permissions were included in the AndroidManifest and the required permissions are there. So i've exhausted every troubleshooting method I'm aware of.
Yes
7
5 replies