diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-02 11:49:53 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-02 11:49:53 -0400 |
| commit | 2f90b0b8d9748a13f064d1fbd81def135dabf247 (patch) | |
| tree | 7a2521eb21498b0c651f557efa1c21211772bad9 | |
| parent | 92b9ebfa74529c5721820387475bbc30e4b6cf34 (diff) | |
SettingsLib optimization
| -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 cb1b8b5b..ae8f431d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -541,6 +541,7 @@ <p>Changes since the 2024103100 release:</p> <ul> + <li>System Updater, GmsCompat: reduce included SettingsLib components to reduce the size of these apps from around 10MB each to below 4MB each</li> <li>fix upstream bug causing App Not Responding link to not work properly outside of Owner</li> <li>Settings: avoid opening parent user log in nested profiles (Private Space, work profile)</li> </ul> |
