diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-19 12:31:02 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-19 12:31:19 -0400 |
| commit | fa64e8d79c9f7f0872aefd78e1c320fcb38a9d8c (patch) | |
| tree | bf0c1369b7fdd8c3fd57e4d2f8c64d15ac007a82 | |
| parent | c8a0b8b9ca7ee6e628e9e5a0d6e8adaed8788c6f (diff) | |
fix SIM PIN scrambling
| -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 6fd26d1e..2a2898d4 100644 --- a/static/releases.html +++ b/static/releases.html @@ -716,6 +716,7 @@ <ul> <li>Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold: fix support for Widevine L1 on Android 14</li> + <li>fix PIN scrambling for SIM PIN (regression from port to Android 14)</li> <li>handle new Android 14 network time code path for our feature making the automatic time toggle control whether network time connections are made</li> <li>remove standard special case enabling Android 14 auto-confirm PIN by default for 6 digit PINs</li> <li>System Updater: add option to require that the device is charging</li> |
