Tommy-Geenexus/exif-eraser

Remove android.permission.READ_EXTERNAL_STORAGE

Closed this issue · 0 comments

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.