googlesamples / easypermissions

Simplify Android M system permissions
https://firebaseopensource.com/projects/googlesamples/easypermissions/
Apache License 2.0
9.86k stars 1.46k forks source link

Request: Make easypermissions library target to android api 33 #349

Open imandaliya opened 2 years ago

imandaliya commented 2 years ago

I using this library on compileVersion 33 and targetVersion 33, so please make update library target to android api 33

https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_IMAGES

mujahid-dzinemedia commented 1 year ago

same issue facing in android api level 33.

ujjwalagrawal17 commented 1 year ago

Hi @imandaliya @mujahid-dzinemedia ,

Did you found some alternate solutions for resolving above issue? I am also facing the same issue.

AhmedSheref96 commented 1 year ago

you can solve it only by request android.permission.READ_MEDIA_IMAGES , android.permission.READ_MEDIA_VIDEOS from mainfest file . and request it as runtime permission for sdk >= 33.

jrdaher commented 1 year ago

you need to replace READ_EXTERNAL_STORAGE by READ_MEDIA_IMAGES For Android 33+

https://stackoverflow.com/questions/72948052/android-13-read-external-storage-permission-still-usable