Hello everyone... I need some help.
Since my last version of app, Google says me :
We found that your app is not compliant with how the READ_MEDIA_IMAGES/READ_MEDIA_VIDEO permissions are allowed to be used.
Your app only requires one-time or infrequent access to media files on the device. Only apps with a core use case that require persistent access to photo and video files located in shared storage on devices are allowed to use photo and video permissions. For more details on the requirements, please see Google Play's Photo and Video Permissions policy.
Issue details
We found an issue in the following area(s):
• Policy Declaration for Photo Picker: Your app only requires one-time or infrequent access to media files on the device.
• Version code 47: In-app experience
To bring your app into compliance, follow these steps:
To comply with Google Play's Photo and Video Permissions policy, please adjust the following requirements.
• Remove the use of READ_MEDIA_IMAGES/READ_MEDIA_VIDEO permission from all version codes within the submission. This includes both production and testing tracks.
• If your app requires one-time, or limited use of photo and video file, remove the permissions and consider using the Android photo picker.
• Send changes to Google for review. Go to Publishing overview
About the Photo and Video Permissions policy
READ_MEDIA_IMAGES/READ_MEDIA_VIDEO is a restricted permission and apps must only declare this permission if their core functionality requires broad access to all photo or video files on the device. Apps that request this restricted permission are subject to review, and those that do not meet the acceptable use case criteria will be disallowed from publishing on Google Play.
If your app requires one-time, or limited use of photo and video files, you are requested to use a system picker such as the Android photo picker.
For more information on the Android Photo picker, please see this developer guidance.
I think that it's new rules but i don't understang what i need to change in my app.
Principe :
Customer can take directly picture with imagePicker or go in is library to pick a picture already taken to send us (second hand machine)...
My app never scan their pictures or movie. Customer choose the picture that he wants to send us.
I do some modifiactions and i have seen in property of App that some parameters are not mentioned. Thus i have give some informations...
You will need to remove permission requests for READ_MEDIA_IMAGES and READ_MEDIA_VIDEO from your app. Having introduced these permissions, Google then disallows them in apps uploaded to Play Store.
None of the built-in components currently declare the READ_MEDIA_IMAGE or READ_MEDIA_VIDEO permissions. Either those permission blocks are being used somewhere in the app, or an extension is declaring the permissions. Without seeing the full project I cannot say.