diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-04-26 15:38:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-04-26 15:38:38 -0400 |
| commit | 1b311d52524c6ab217ccda76c349db33bf2e225e (patch) | |
| tree | b4776ac8a9b04b08b770b52b5294313f7d42c6b4 /static/features.html | |
| parent | c715609bc4c56217c2deaed7764d456699b3bc2b (diff) | |
document support for disabling user installed apps
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index 2dc9a89e..a686b264 100644 --- a/static/features.html +++ b/static/features.html @@ -306,6 +306,11 @@ 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> + <li>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.</li> </ul> </section> |
