|
|
|
|
|
by amelius
2887 days ago
|
|
I really hate it when I need to send a single file or photo, an app suddenly "needs access to my filesystem" and I have to grant that access. OSes should allow me to create a sandbox for an app, so I can grant them access (and the app will not "break"), while still being secure. |
|
There's another way: the app could instead use Android's Intent system to request a file chooser. This switches to a separate app which already has access to the filesystem (like the built-in Gallery app), which after the user has chosen the file, returns something which allows the original app access to just that file. This mechanism exists since the first version of Android.