backport keystore fix

This commit is contained in:
Daniel Micay 2023-04-18 07:34:58 -04:00
parent 42f8db106a
commit 521f05e4f0

View File

@ -684,6 +684,7 @@
<li>add Storage Scopes link to "All files access" screen</li> <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>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>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>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-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> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-48">version 48</a></li>