It's 2022 and why is mobile access control in Android still like this? Granularity guys
Conversation
Replying to
It can do better, but it depends on app developers updating their permission handling to use the newer permission apis
1
1
This is for authorizing an app to be a file manager. It's not a normal way for apps to access files/directories outside their app sandbox. It also isn't something they can directly request via a dialog. They can send you to the Settings app after telling you to enable it though.
Support for the legacy file access system has been dropped from apps targeting the current API level. This is a remaining system for authorizing an app to be a full blown file manager. They could remove it, but many people would be quite unhappy about that happening so it hasn't.
1
1
Look at the outcry against scoped storage being enforced with apps forced to use the system file manager. It was delayed for a year despite scaling it back and leaving support for requesting bulk access to indexed media (but not generic file access including non-indexed media).
1
1
Show replies


