diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-04-03 14:45:19 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-04-03 14:45:19 -0400 |
| commit | 0af31b6b31e0e6d57ff03f255eb73908b93189c2 (patch) | |
| tree | f4e6666959253e1b3233723d4e1ad3431bec9e2c | |
| parent | 14973b6578f52ba519240582d2501a17a783d81b (diff) | |
fix attestation on crosshatch/blueline
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index daf27247..88d0d6a4 100644 --- a/static/releases.html +++ b/static/releases.html @@ -528,7 +528,8 @@ <li>backport fix for crash in telephony service with null subscription display name</li> <li>backport Wi-Fi APEX module fix to improve robustness when chip reconfiguration fails</li> <li>Settings: improve title/summary for attestation key provisioning server</li> - <li>Sandboxed Google Play compatibility layer: drop org.grapheneos.pdfviewer from blocked updates list since that app id is no longer being used</li> + <li>Sandboxed Google Play compatibility layer: substantially improve dynamite module support</li> + <li>Pixel 3, Pixel 3 XL: fix hardware-based attestation by rolling back an Android 12.1 change for these devices depending on updates to the firmware / device support code since these are end-of-life devices and don't receive those updates so it broke attestation support</li> </ul> </article> --> |
