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
According to https://support.google.com/googleplay/android-developer/answer/14115180 the permission android.permission.READ_MEDIA_IMAGES (added in #132) is only allowed for "apps with a need for broad access to photos" and requires declaration and approval. Apps with one-time or infrequent use of photos are requested to use Android photo picker instead and remove READ_MEDIA_IMAGES.
Since our last dependency update we are prompted to submit a declaration or remove the permission.
The text was updated successfully, but these errors were encountered:
According to https://support.google.com/googleplay/android-developer/answer/14115180 the permission
android.permission.READ_MEDIA_IMAGES
(added in #132) is only allowed for "apps with a need for broad access to photos" and requires declaration and approval. Apps with one-time or infrequent use of photos are requested to use Android photo picker instead and removeREAD_MEDIA_IMAGES
.Since our last dependency update we are prompted to submit a declaration or remove the permission.
The text was updated successfully, but these errors were encountered: