Dexter icon indicating copy to clipboard operation
Dexter copied to clipboard

Haven't supported Manifest.permission.MANAGE_EXTERNAL_STORAGE yet (Android 11)

Open anhduy5689h opened this issue 3 years ago • 3 comments

onPermissionDenied() is called when I set code to grant Manifest.permission.MANAGE_EXTERNAL_STORAGE

anhduy5689h avatar Aug 13 '20 02:08 anhduy5689h

Hi @anhduy5689h thanks for creating the issue. Right now I have no time to develop this feature and I hope any other contributor can help us with this feature. Meanwhile, it looks like there is a workaround you can use if you configure your AndroidManfiest.xml file to use this requestLegacyExternalStorage flag equal to true.

More information can be found here.

pedrovgs avatar Aug 26 '20 13:08 pedrovgs

@pedrovgs The workaround is not working on Android 11 because the system ignores the requestLegacyExternalStorage flag

Information about Scoped storage enforcement can be found here

DatL4g avatar Sep 12 '20 12:09 DatL4g

XXPermissions worked

abbasalim avatar Apr 20 '21 08:04 abbasalim