diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-04-18 07:34:58 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-18 07:35:12 -0400 |
| commit | 521f05e4f011c9ac7b3ca2f793d2edb650239004 (patch) | |
| tree | f7756927eafadfdbdd6295af1045fad0f6fbf8c5 | |
| parent | 42f8db106ad528c5990abe5b62167dfd7bbb9ebc (diff) | |
backport keystore fix
| -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 26f6c760..6a57656c 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>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> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-47">version 47</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-48">version 48</a></li> |
