hauke96 / GeoNotes

A simple app to create georeferences notes.
GNU General Public License v3.0
55 stars 10 forks source link

GeoNotes asks for camera and media access permissions repeatedly after refusal #25

Closed dpalacio closed 3 years ago

dpalacio commented 3 years ago

Android version: 10

On startup, because of the new media features, GeoNotes asks for some permissions. If refused by the user, it will keep asking until it is allowed.

What should happen: GeoNotes should ask for permission only when a feature is actually used. And if refused, it should fail gracefully. It may ask for permission when the user triggers it again.

hauke96 commented 3 years ago

The TODOs already exist in the code, but yeah, that's currently not the way it should work.

dpalacio commented 3 years ago

I had to report it, just in case ;)