Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
imandaliya opened this issue Aug 25, 2022 · 4 comments
Open

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

imandaliya opened this issue Aug 25, 2022 · 4 comments

Comments

@imandaliya
Copy link

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
Copy link

same issue facing in android api level 33.

@ujjwalagrawal17
Copy link

Hi @imandaliya @mujahid-dzinemedia ,

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

@AhmedSheref96
Copy link

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
Copy link

jrdaher commented Feb 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants