I've added to my manifest
permission declaration for WRITE_EXTERNAL_STORAGE
, and after some time I've noticed it asks also for Test access to protected storage
when installing.
I declare in my manifest
the minSdk
as 14 and my targetSdk
as 19.
How can I get rid of that ?
That prompt would appear to be tied to READ_EXTERNAL_STORAGE
, which you are presumably being given automatically since you requested WRITE_EXTERNAL_STORAGE
.
How can I get rid of that ?
Remove your WRITE_EXTERNAL_STORAGE
permission. This, of course, has side effects. :-)
You have to be more specific. Setting WRITE_EXTERNAL_STORAGE
permission also sets Test access to protected storage
as this is a sub permission. I believe there is no way around this. Also you can see here: Development tools permission I did not set
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With