You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2025. It is now read-only.
Library is declaring in manifest two permissions READ_MEDIA_IMAGES and READ_MEDIA_VIDEO
https://github.com/esafirm/android-image-picker/blob/main/imagepicker/src/main/AndroidManifest.xml#L10
There is a new policy on Google Play not to use READ_MEDIA_IMAGES and READ_MEDIA_VIDEO if it is not core app functionality:
https://support.google.com/googleplay/android-developer/answer/14115180?hl=en
Those permissions should be removed from library or else it won't be usable for most apps.