diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-04-25 03:55:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-25 03:55:38 -0400 |
| commit | 05fec23e5903e27ab0d63ccda22aed112896064a (patch) | |
| tree | d145480cb5c69e67e28fa33d69a79d8b4351e29d | |
| parent | 3459eabf7c18fc0e71ed38ba98be38ecf014ff28 (diff) | |
sort user profiles alphabetically
| -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 8ca378e7..04a5ac9f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -684,6 +684,7 @@ <li>add Storage Scopes link to "All files access" screen</li> <li>Launcher: revert additional padding (will need a different workaround for the upstream issue)</li> <li>disable UWB (Ultra Wide Band) by default</li> + <li>Settings: sort user profiles alphabetically</li> <li>hwui: backport null pointer check from AOSP master</li> <li>keystore: backport generating fallback operation challenge with SecureRandom from AOSP master</li> <li>Launcher: backport null pointer check from AOSP master</li> |
