We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: