Most apps I have require the permission "read the contents of your USB storage"
and "modify or delete the contents of your USB storage"
. Does this mean they can read/write mostly anything on my SD card that's not encrypted? including photos? any of my plain text files with my doctors notes/passwords/etc.
I'll have to toggle the granular permissions to enable
to allow these apps to run properly. Why don't they just have access to SD contents that they created themselves, and no other SD card content?
file:///localhost/sdcard
into Chrome and granted it these "modify USB permissions". I was surprised to see I had full access to all kinds of directories. And I'm referring to either type internal, or external. If an app needs to create a directory on the SD card and read/write to that directory I'm OK with that. But I don't want it to be able to read/write to the other directories. At this point it's more an Android complaint. I'd prefer tochmod
each file or directory on my own terms, not give blanket on/off to the whole storage, which is my only option. – stackinator Mar 27 '18 at 12:48