summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-10-16 18:03:07 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-10-16 18:03:25 -0400
commit670eff93eb1e95631c6e84702edc19b5c0dd835f (patch)
tree3ba42a37476e871700dce899ae10f5311ab3beb0 /static
parent3cc1d3ccaa6616fbc91859f5ea13c3ecb73d4a95 (diff)
fix toggle for disabling auto-grant of OTHER_SENSORS permission
Diffstat (limited to 'static')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index aa05e5db..bb275fe5 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -540,6 +540,7 @@
<ul>
<li>fix upstream Android 15 bug in InputMethodManagerService.resetDefaultImeLocked() causing system_server crash</li>
<li>Settings: port our default enabled per-connection MAC randomization option to the new Compose-based UI in Android 15 so the default mode displays properly and it can be restored back to the default value</li>
+ <li>fix Android 15 port of our toggle for disabling granting our Sensors permission by default</li>
<li>Storage Manager, Emergency Info: opt-out of Android 15 edge-to-edge since it's not properly supported yet</li>
<li>Sandboxed Google Play compatibility layer: replace GmsCompatConfig Bluetooth stubs with in-place checks for improved reliability and readability</li>
<li>ignore the standard stock OS configured Factory Reset Protection since installing GrapheneOS implies the ability to bypass it via the device being unlocked and if we added our own anti-theft system it would not use the same approach using Google account recovery</li>