rafi0101 / Android-Room-Database-Backup

Simple tool to backup and restore your room database in Android
MIT License
239 stars 19 forks source link

Library uses android.permission.READ_MEDIA_IMAGES and READ_MEDIA_VIDEO unexpectedly #40

Open mnkhouri opened 4 days ago

mnkhouri commented 4 days ago

Describe the bug When using this library, the Play Console states:

Your app uses the following undeclared photo and video permissions: android.permission.READ_MEDIA_IMAGES android.permission.READ_MEDIA_VIDEO

To Reproduce Steps to reproduce the behavior:

  1. Check play console when using the app

Expected behavior These permissions should not be used

Screenshots

image
rafi0101 commented 2 days ago

thank you, I will have a look at that