Tommy-Geenexus / exif-eraser

Permissionless image metadata erasing application for Android
MIT License
205 stars 4 forks source link

Remove android.permission.READ_EXTERNAL_STORAGE #39

Closed ghost closed 2 years ago

ghost commented 2 years ago

android.permission.READ_EXTERNAL_STORAGE

Applications, just like Android does, should follow the principle of the least privilege. Therefore, they should be able to work properly using less permissions as possible.

Modern applications don't need android.permission.READ_EXTERNAL_STORAGE anymore. They can access files/directories without that permission.

There are some examples of applications which already use that approach, including but not limited to;

Those are just few examples.