android-image-picker
android-image-picker copied to clipboard
Android SDK 30 and Manage External Storage Permission
https://support.google.com/googleplay/android-developer/answer/10467955
Hi @Prog-MohamedAbdelnaser what's the issue here?
AFAIK AIP doesn't use MANAGE_EXTERNAL_STORAGE
permission
@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.
https://github.com/esafirm/android-image-picker/pull/362 should fix the issue right? Or is it a different thing?