I’m working to get a Scripture app loaded onto the google play store. It’s already gone through a few rounds of review > reject > update. I’m currently getting a message in the play console that I have to explain why my app needs the following permissions:
android.permission.READ_MEDIA_VIDEO
android.permission.READ_MEDIA_IMAGES
I assume the app needs image permissions to use the verse on image feature, but I can’t figure out why it would require video permissions, I am not making use of any of the video options in SAB.
Additionally, the permissions tab in SAB does not list these as required permissions. It only lists read external storage, write external storage, and set notifications.
Does anyone have ideas about why the play console thinks my app needs these additional permissions or what I can do to make it not require them?