|
|
|
|
|
by scarface74
2890 days ago
|
|
That shows the larger problem with Android. An app shouldn’t need access to your file system to send a photo. It should bring up a system provided photo picker and once the user chooses a set of files, the OS should give it a read only access to the file. If a photo management app needs access to your photos, you should be able to give it access to your photo library. |
|
A better solution (imho) is to make the app think it has access, while in reality its access is limited to a sandbox.