diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-13 15:16:02 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-13 15:16:02 -0500 |
| commit | 4d6d2148e92e3037adde5e32c5fd1d37e17f6226 (patch) | |
| tree | 3ca27f170516b6c307a0f5ae86a89d184fbbfe4d | |
| parent | 3d0d8f687f6f5e3bbbc1a1991f1021eb880577ad (diff) | |
add back our patch for a NPE system_server crash
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index cce6b809..603db00e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -552,6 +552,7 @@ <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>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> |
