summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-12-15 14:16:46 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-12-15 14:16:46 -0500
commitad348e8d17f82e5ef6d6713c73bead54277ed6cd (patch)
tree5c83aae6da51dd5aaf79ec819b744b19effd0bea /static
parent5661126cf19deec5aa879e216f3633edf5294f34 (diff)
fix another upstream NPE system_server crash
Diffstat (limited to 'static')
-rw-r--r--static/releases.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 4919d676..e8da0e3b 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -552,7 +552,8 @@
<p>Changes since the 2024121200 release:</p>
<ul>
- <li>add back our fix for an upstream Android null pointer exception system_server crash with InputMethodManagerService triggered when ending user sessions because it turns out to still be required after Android 15 QPR1</li>
+ <li>add back our fix for an upstream Android bug causing null pointer exception system_server crash in InputMethodManagerService triggered when ending user sessions because it turns out to still be required after Android 15 QPR1</li>
+ <li>fix upstream Android bug causing null pointer exception system_server crash in NotificationManagerService</li>
<li>kernel (5.10): update to latest GKI LTS branch revision including update to 5.10.230</li>
<li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.173</li>
<li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.119</li>