summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-10-16 18:20:13 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-10-16 18:21:55 -0400
commit7ec025c6e8632678a987e386a210291972c2b59e (patch)
tree6f6c797544a8b5b187ddd09b7c882b3853700028 /static
parente6008385bab728f376104021c9dd6f6cbfedd20c (diff)
Messaging app fix
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 dd4f1fcb..3208f13a 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -539,6 +539,7 @@
<ul>
<li>fix upstream Android 15 bug in InputMethodManagerService.resetDefaultImeLocked() causing system_server crash</li>
+ <li>Messaging: add new permissions needed on Android 15 (READ_CELL_BROADCASTS and RECEIVE_WAP_PUSH) which avoids it prompting to be set as the default app instead of completing certain actions requiring privileges it was missing</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>