greetdnashoe There was an app called Bouncer by Sam Rouston, that would temporarily give and revoke permissions for apps: Android Authority article for context: https://www.androidauthority.com/bouncer-android-app-905059/ Would it be possible to have something like this natively in Graphene OS?
DeletedUser127 greetdnashoe yes, you can revoke all permissions by disabling app manually after use. Many apps will not run properly if not granted certain permissions, so disabling apps makes more sense than just temporarily allowing those permissions to them.
greetdnashoe DeletedUser127 Thanks! Good to know. I'm still not sure I see a difference, though. If the permissions are allowed temporarily, then once they are no longer allowed due to whatever rules you choose, then it would be like manually disabled.
DeletedUser127 greetdnashoe it makes sense in regards to not having to add more code (potentially increasing attack sutface). Manual approach gives you more control than leaving things on autopilot.