summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-05-27 18:07:16 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2025-05-27 18:34:35 -0400
commit382be6ed57eb360a4b861f49e1f584a85f59e04f (patch)
tree5bd0f903e47f4e9ffe5bb33dddba05f91dee1072
parent3fdf62a09a493e1b47d8c0bf088100d2c2a0eeef (diff)
work around anti-competitive Play Store feature
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 40b30c86..6e9eeb71 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -587,6 +587,7 @@
<p>Changes since the 2025052000 release:</p>
<ul>
+ <li>disable anti-competitive code being injected by the Play Store into apps choosing to enable "App integrity > Automatic protection" when there's a valid Play Store source stamp signature (proving that it's an unmodified app from the Play Store, so we aren't disabling an integrity check) since it prevents using the apps on GrapheneOS when apps also choose to enable "App integrity > Store listing visibility" with either the "Device integrity checks" or "Strong integrity checks" values enforcing having a device licensing Google Mobile Services and running the stock OS (circumventing this is protected by the DMCA exemption for jailbreaking)</li>
<li>Private Space: fix further issues with quiet/locking state changes in secondary users</li>
<li>extend NFC auto-turn-off to work when logged into a secondary user</li>
<li>kernel (6.6): update to latest GKI LTS branch revision</li>