diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-06-17 19:51:16 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-06-18 23:20:05 -0400 |
| commit | 5cf787ae4811132f2958b6c801e19818acb0db3a (patch) | |
| tree | 6e095e8b4edcbc72db5c94c32c2ae3b78dd18b4f | |
| parent | 2dba1173666ff3fc7541556ed401fb69f5750715 (diff) | |
fix rare gmscompat crash
| -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 1d34e3d8..88d66d23 100644 --- a/static/releases.html +++ b/static/releases.html @@ -595,6 +595,7 @@ <ul> <li>full 2025-06-05 Pixel security patch level (full Android 2025-06-05 patch level was provided in an earlier release)</li> + <li>Sandboxed Google Play compatibility layer: fix rare system_server crash reported with Android Auto by adding check for a null calling package</li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/137.0.7151.115.0">version 137.0.7151.115.0</a></li> </ul> </article> |
