diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-01-08 00:39:18 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-10 04:00:51 -0500 |
| commit | d3322b4316eb558bbcab9a98548d7b7616894fb2 (patch) | |
| tree | 25dfbe67d41a7d3f57c885b2d14993af543a0b5b /static | |
| parent | b5c5568f10112e3ee365a014cc768b78d60e80ee (diff) | |
clarify system_server crash fixes
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html index ccb19318..822b9e90 100644 --- a/static/releases.html +++ b/static/releases.html @@ -572,8 +572,8 @@ <li>full 2025-01-05 security patch level</li> <li>rebased onto AP4A.250105.002 Android Open Source Project release</li> <li>provide standard haptic feedback for fingerprint authentication success when 2nd factor PIN is enabled</li> - <li>add workaround for upstream SystemServiceManager.newTargetUser null pointer exception bug</li> - <li>add workaround for upstream BatteryStatsImpl.updateWifiBatteryStats divide by zero bug</li> + <li>add workaround for upstream SystemServiceManager.newTargetUser null pointer exception bug crashing system_server</li> + <li>add workaround for upstream BatteryStatsImpl.updateWifiBatteryStats divide by zero bug crashing system_server</li> <li>Contacts: improve dark theme contrast for empty contacts list background</li> <li>backport mainline APEX module patches for Media Provider, Network Stack and Wi-Fi</li> <li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.175</li> |
