GrapheneOS on Nostr: nprofile1q…na86g It's for 1 usage session of the app. It times out 1 minute after ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqhnnle04uta5laucwsqa77nn6m5zgcfp0yky6sygkdupww96xmgms4na86g (nprofile…a86g) It's for 1 usage session of the app. It times out 1 minute after you stop using the app or 5 seconds if it's killed (those may not be the current numbers, but were at one point). That's the best way to handle it.
Apps can't actually access Camera / Microphone with what Android considers to be background access since there's only an Allow while in use grant rather than an extra tier for background use like Location. However, an app can run a foreground service and use them.
Apps can't actually access Camera / Microphone with what Android considers to be background access since there's only an Allow while in use grant rather than an extra tier for background use like Location. However, an app can run a foreground service and use them.