diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-09 13:58:07 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-09 13:58:07 -0400 |
| commit | de692238a9c25efaa279f3b9600f3b0d477690c5 (patch) | |
| tree | 315f86525c572c19b346dbcee6b8863b7d9df4ae /static | |
| parent | 18cd6dd0a4ec00c09be2ec141454e9afa0200c38 (diff) | |
split out disabling secondary user app install
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/static/features.html b/static/features.html index 8246258b..b19b8a0f 100644 --- a/static/features.html +++ b/static/features.html @@ -88,6 +88,8 @@ <li> <a href="#grapheneos">GrapheneOS</a> <ul> + <li><a href="#disabling-secondary-user-app-installation">Disabling secondary + user app installation</a></li> <li><a href="#user-installed-apps-can-be-disabled">User installed apps can be disabled</a></li> <li><a href="#broad-carrier-support">Broad carrier support without invasive carrier access</a></li> @@ -312,10 +314,20 @@ special privileges.</a></li> <li>Fixes for multiple serious vulnerabilities not yet fixed upstream due to a flexible release cycle / process prioritizing security.</li> - <li>Added toggle for the Owner user to disallow secondary users from - installing apps based on the standard device management capability.</li> </ul> + <section id="disabling-secondary-user-app-install"> + <h3><a href="#disabling-secondary-user-app-installation">Disabling secondary + user app installation</a></h3> + + <p>GrapheneOS adds a toggle to the user management settings for disabling + secondary user app installation. You can install the apps you want to be + usable in a secondary user and then disable the ability to install more apps + as that user in the Owner profile. Android supports this as a standard device + management feature but doesn't make it available to a user who owns their own + device.</p> + </section> + <section id="user-installed-apps-can-be-disabled"> <h3><a href="#user-installed-apps-can-be-disabled">User installed apps can be disabled</a></h3> |
