diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-01 09:43:35 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-10 04:00:52 -0500 |
| commit | ed2b64b0402e5f068fdc4db6f5204b61b216e742 (patch) | |
| tree | 3eaefc0981bff5c612f89c7d8f6150cf898e6160 | |
| parent | 7323cd850ce7408389d7580385c02b7bc75a405e (diff) | |
work around upstream Android issue adding setting change delays
| -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 1db14a4f..affe1ef7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -561,6 +561,7 @@ <li>Sandboxed Google Play compatibility layer: add support for enabling Google's credential service including making it function as an unprivileged service rather than a system one (this fixes signing in with Google in certain apps)</li> <li>Sandboxed Google Play compatibility layer: allow disabling all Play Integrity API notifications instead of only disabling them per-app</li> <li>Sandboxed Google Play compatibility layer: override Play services update owner value to the GrapheneOS App Store to fully handle updates for it ourselves</li> + <li>work around upstream Android issue caused by an optimization which was adding a 10 second delay to certain setting changes before they kick in for background system packages</li> <li>kernel (5.15): update to latest GKI LTS branch revision</li> <li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.126</li> <li>kernel (6.1): drop revert for upstream USB fix to test if it's still needed due to lots of other backported changes</li> |
