Post #4344919
2026-07-26 20:57 UTC
@wod0bow@mastodon.social There's an existing standard Android feature for granting one-time access to Camera, Microphone or Location. It revokes it 1 minute after the app stops being actively used either directly or via a foreground service started while in use that's explicitly using one or more of those permissions in a way that's visible to the user. We recommend using one-time grants for all 3 permissions in the vast majority of cases. The global toggles aren't particularly useful if you follow this.
Replies (1)
-
@wod0bow@mastodon.social 2026-07-26 21:48
@GrapheneOS@grapheneos.social The issue with that standard is that if I grant acces for example to CameraApp and open anorher App that can also access the camera it can use it in the same time and even up to 1minute after I close CameraApp even if I will not grant an access. My sugestiom was to make access that is granted only for one app and revoke it after closing the app. Right now any app that can access camera will 'benefit' of enabling camera by another app.