From ec867f0ea6876ee9e5144fd0dc13841ef7ec1ba2 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 30 Jan 2023 19:19:04 -0500 Subject: [PATCH] document enabling install available apps feature --- static/features.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/static/features.html b/static/features.html index 152343c7..e6e5a4f9 100644 --- a/static/features.html +++ b/static/features.html @@ -126,6 +126,7 @@
  • More user profiles
  • End session
  • Disabling app installation
  • +
  • Install available apps
  • Notification forwarding
  • @@ -752,6 +753,18 @@ device.

    + +
    +

    Improved install available apps

    + +

    GrapheneOS enables the standard install available apps feature that's + still not enabled in AOSP or the stock Pixel OS to allow the Owner user to + install packages that are available in other users. This allows installing + an app in a secondary user that's already installed in the Owner user + without needing to download it again. This helps a lot with using the + toggles added for disabling app installation by secondary users.

    +
    +

    Notification forwarding