From 18cd6dd0a4ec00c09be2ec141454e9afa0200c38 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 9 May 2022 13:52:43 -0400 Subject: [PATCH] split out section for disabling user apps --- static/features.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/static/features.html b/static/features.html index eef1089c..8246258b 100644 --- a/static/features.html +++ b/static/features.html @@ -88,6 +88,8 @@
  • GrapheneOS @@ -312,13 +314,20 @@ flexible release cycle / process prioritizing security.
  • Added toggle for the Owner user to disallow secondary users from installing apps based on the standard device management capability.
  • -
  • User installed apps can be disabled as you can do with system apps to - fully prevent them from running without losing their data or having the - inconvenience of needing to uninstall and reinstall them. An app that's force - stopped can't start itself but can be started by other apps while a disabled - app is completely disabled.
  • +
    +

    User installed apps can be disabled

    + +

    GrapheneOS adds support for disabling user installed apps instead of only + being able to disable system apps. This allows users to completely prevent one + of the apps they've installed from being able to run without being forced to + uninstall it and lose their app data. This is much stricter than the standard + force stop feature which only prevents an app from starting itself and the app + will start running again as soon as another app tries to open an activity or + service it provides.

    +
    +

    Broad carrier support without invasive carrier access