flutter-package / images_picker

Flutter plugin for selecting images/videos from the Android and iOS gallery, and taking pictures/videos with the camera
MIT License
65 stars 85 forks source link

Getting "Read memory card access denied" #108

Open Nandhini-GA opened 2 months ago

Nandhini-GA commented 2 months ago

Getting "Read memory card access denied" in android eventhough I added below in manifest file and requested permission


<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
alok511 commented 2 months ago

I am Also Getting the same issue in Android for IOS it works fine