android-image-picker icon indicating copy to clipboard operation
android-image-picker copied to clipboard

Android SDK 30 and Manage External Storage Permission

Open Prog-MohamedAbdelnaser opened this issue 3 years ago • 3 comments

https://support.google.com/googleplay/android-developer/answer/10467955

Prog-MohamedAbdelnaser avatar Jul 07 '21 09:07 Prog-MohamedAbdelnaser

Hi @Prog-MohamedAbdelnaser what's the issue here? AFAIK AIP doesn't use MANAGE_EXTERNAL_STORAGE permission

esafirm avatar Jul 13 '21 01:07 esafirm

@esafirm Issue here is with Android 11 and targetSDK to 30. Storage premission is removed .We might need to use MANAGE_EXTERNAL_STORAGE permission to get the photos.

AnandRH avatar Aug 16 '21 07:08 AnandRH

https://github.com/esafirm/android-image-picker/pull/362 should fix the issue right? Or is it a different thing?

esafirm avatar Apr 16 '22 01:04 esafirm