diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-13 12:24:34 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-13 12:24:34 -0400 |
| commit | 1464908e230502fd8b186531cd3c400a556252ec (patch) | |
| tree | d4eaaa68d9fae00d70dafc577e26f3e7bb797ec2 | |
| parent | 7bfe8d4cf95fb32d2bb2e47c7696da0d22282baf (diff) | |
fix per-user PIN scrambling setting
| -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 e0bec416..8abb3970 100644 --- a/static/releases.html +++ b/static/releases.html @@ -780,6 +780,7 @@ <ul> <li>fix Android 14 QPR3 regression which breaks updating certain apps with our app repository client</li> <li>fix boot-time optimizing apps progress UI with Android 14 QPR3 and enable it again</li> + <li>fix regression in our Android 14 QPR3 port resulting in PIN scrambling in secondary users being determined by the Owner user setting</li> <li>temporarily add back disabling memory tagging and hardened_malloc for surfaceflinger since Android 14 QPR3 didn't fix it as expected</li> <li>disable temporary unconditional system crash notifications since we've gotten the initial feedback we needed via the previous release</li> <li>add additional null check for eSIM wiping done as part of the duress PIN/password wipe implementation to avoid harmless exception</li> |
