|
|
|
|
|
by trash_panda
2892 days ago
|
|
What is the "file system permission" you are referring to? See: https://developer.android.com/reference/android/Manifest.per... If you don't mind sharing, what app are you referring to? The file system itself should be well protected (on a non-rooted phone) as to prevent any unauthorized access to important data. Any app can only do whatever on the SD card if you give it permission to do so, but on the OS file system itself there isn't much they can do (again, on a non-rooted phone). |
|