summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-10-16 18:30:37 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-10-16 18:30:37 -0400
commitc2d82974b5edb7ad9ff8f7f73c84861338c435a7 (patch)
tree3a119d16d61efd69bdd9d2f40d1eed2d55ae0576 /static
parent2c1277fb39ef30e3fc0e733b1fdbf15b5dbc14cd (diff)
add more info about system_server crash fix
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index d4051fc3..20fb2c83 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -538,7 +538,7 @@
<p>Changes since the 2024101600 release:</p>
<ul>
- <li>fix upstream Android 15 bug in InputMethodManagerService.resetDefaultImeLocked() causing system_server crash</li>
+ <li>fix upstream Android 15 bug in InputMethodManagerService.resetDefaultImeLocked() causing system_server crash from null pointer exception</li>
<li>fix upstream Android 15 bug in KeyguardUpdateMonitor.onPostureChanged() causing SystemUI crash on foldable devices from null pointer exception due to GrapheneOS currently only having fingerprint unlock and not face unlock</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>