jamesmontemagno / MediaPlugin

Take & Pick Photos and Video Plugin for Xamarin and Windows
MIT License
712 stars 358 forks source link

How to remove READ_EXTERNAL_STORAGE permission from merged manifest #960

Open tulgaab opened 1 year ago

tulgaab commented 1 year ago

How to remove READ_EXTERNAL_STORAGE permission from merged manifest? I tried <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:node="remove" />. But playstore is denied on production because of READ_EXTERNAL_STORAGE permission. My Application is targetting on Android 13. I need only Take picture function. My application's status is removed by Google now. Need to fix this urgent.

Bug Information

Version Number of Plugin: 6.0.2 Version of VS: 17.6.4 Version of Xamarin: 5.0.0.2612

Play store report

About the Personal Loans policy Apps that provide personal loans, or have the primary purpose of facilitating access to personal loans (that is, lead generators or facilitators), are prohibited from accessing sensitive data, such as photos and contacts. The following permissions are prohibited: READ_EXTERNAL_STORAGE, READ_MEDIA_IMAGES, READ_CONTACTS, ACCESS_FINE_LOCATION, READ_PHONE_NUMBERS, READ_MEDIA_VIDEOS