summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-11-06 17:29:24 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-11-06 17:33:20 -0500
commit2f6d2dabc96f22a2eb4fe0b552d69cfba13028ef (patch)
treefe0975632f6ddaf8e6381c1feac36541bf28493f
parent68c9d659cf804d2c705f8c39c8f8d668cd1a5c12 (diff)
Contact Scopes workaround
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 80b9b800..ffdc25a8 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -544,6 +544,7 @@
<ul>
<li>full 2024-11-05 security patch level</li>
<li>rebased onto AP3A.241105.007 Android Open Source Project release (November monthly release of Android 15)</li>
+ <li>ignore Person.Builder.setUri() when Contact Scopes is enabled since apps can't access the contact's URI with Contact Scopes enabled (this should resolve the incompatibility between Contact Scopes and notifications attaching contact information introduced by a November Android Security Bulletin patch)</li>
<li>fix "App info" uninstall dialog link added by GrapheneOS not working in some cases for secondary profile apps</li>
<li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-147">version 147</a></li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/130.0.6723.102.0">version 130.0.6723.102.0</a></li>