Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants