httpdispatch / MissedNotificationsReminder

Periodical sound reminder for missed notifications in Android OS.
74 stars 22 forks source link

Is READ_EXTERNAL_STORAGE really needed? #74

Open rsyring opened 2 years ago

rsyring commented 2 years ago

I'm not an Android developer so this may be an ignorant post, my apologies if that is the case.

I recently installed the app on a Pixel 6 and was surprised that when requesting READ_EXTERNAL_STORAGE Android said I was granting access to photos and media. That didn't seem like something this app should need.

I did some research and:

httpdispatch commented 2 years ago

Thanks for the detailed analysis.

How I remember this optional permission has been added after access forbidden crash started to appear in the Google play console for some devices. That crash appeared when app tried to play selected ringtone. At the time I've assumed that it is some custom ringtone stored at the external storage. After this permission has been added the crash disappeared from the reports. So I'm still not sure it can be removed without consequences.