diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-17 09:40:03 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-17 09:40:03 -0500 |
| commit | e2debfe2bbbed533c698cfb0adc8bf86b02199d1 (patch) | |
| tree | f1e106d9042da352821c91e2d59eb992f8f8870f | |
| parent | 00ca8e85e30a9dbe3c1ee32c9acfe9234bbcf2ce (diff) | |
put Private Space data back at rest when stopped
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 5a6571a1..99c0a276 100644 --- a/static/releases.html +++ b/static/releases.html @@ -543,6 +543,7 @@ <p>Changes since the 2024110700 release:</p> <ul> + <li>Private Space: put data at rest immediately after stopping the profile to match user profile behavior instead of only on reboot</li> <li>backport mainline APEX module patches for ART, DNS Resolver, DocumentsUI, Media, Media Provider, Network Stack, PermissionController, Remote Key Provisioning and Wi-Fi</li> <li>raise maximum running users from the standard 3 to 4 for 6GB memory, 6 for 8GB memory, 10 for 12GB memory and 14 for 16GB memory</li> <li>Settings: disable Bluetooth contact sharing by default</li> |
