diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-01 09:20:13 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-10 04:00:52 -0500 |
| commit | 3ec7c1ab4297265475e53034257b87ff4a85e6e8 (patch) | |
| tree | 8ab2f2c606cf1365eb9926882ae7fc1be5b4aa6f | |
| parent | c07643ef17c947ca350b23a1bc65df45b55d458d (diff) | |
allow disabling all Play Integrity API notifications
| -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 7b45745d..88c5c754 100644 --- a/static/releases.html +++ b/static/releases.html @@ -559,6 +559,7 @@ <ul> <li>replace our fix for an upstream audio routing regression in Android 15 QPR1 to avoid keeping around other issues preventing apps from recording which have been permitted to record</li> <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>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> |
