images_picker icon indicating copy to clipboard operation
images_picker copied to clipboard

Getting "Read memory card access denied"

Open Nandhini-GA opened this issue 7 months ago • 1 comments

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"/>

Nandhini-GA avatar Jul 23 '24 07:07 Nandhini-GA