diff --git a/static/features.html b/static/features.html index 657675a9..c383cfca 100644 --- a/static/features.html +++ b/static/features.html @@ -110,6 +110,7 @@ can be disabled
Android's user profiles are isolated workspaces with their own instances of + apps, app data and profile data (contacts, media store, home directory, etc.). + Apps can't see the apps in other user profiles and can only communicate with + apps within the same user profile (with mutual consent with the other app). + Each user profile has their own encryption keys based on their lock + method.
+ +GrapheneOS raises the limit on the number of secondary user profiles to 16 + (15 + guest) instead of only 4 (3 + guest) to make this feature much more + flexible.
+ +GrapheneOS also enables support for logging out of user profiles without + needing a device manager controlling the device to use this feature. Logging + out makes profiles inactive so none of the apps installed in them can run. It + also purges the disk encryption keys from memory and hardware registers, + putting the user profile back at rest.
+ +Further UX improvements are in active development and testing.
+