diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-30 19:19:04 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-30 19:19:30 -0500 |
| commit | ec867f0ea6876ee9e5144fd0dc13841ef7ec1ba2 (patch) | |
| tree | 26e32783c649eaa410e40c89fdf8fa7b9acf2482 /static/features.html | |
| parent | d6bca906ec6318a8b300c57ceb612b51ea55c45d (diff) | |
document enabling install available apps feature
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ <li><a href="#more-user-profiles">More user profiles</a></li> <li><a href="#end-session">End session</a></li> <li><a href="#disabling-app-installation">Disabling app installation</a></li> + <li><a href="#install-available-apps">Install available apps</a></li> <li><a href="#notification-forwarding">Notification forwarding</a></li> </ul> </li> @@ -752,6 +753,18 @@ device.</p> </section> + + <section id="install-available-apps"> + <h4><a href="#install-available-apps">Improved install available apps</a></h4> + + <p>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.</p> + </section> + <section id="notification-forwarding"> <h4><a href="#notification-forwarding">Notification forwarding</a></h4> |
