diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-04 14:14:12 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-04 14:32:07 -0500 |
| commit | d868ffc8c9717ce1132b1a33f92d30bb92e36fa1 (patch) | |
| tree | ecae9f7e4e1b5bae798f738a5ad641e932cd53e9 /static | |
| parent | 4ff3919207a7258780d69c69c4ad762bf4e2b0e1 (diff) | |
fix upstream bug skipping package confirmation dialog
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 8a7ea95c..278d76b6 100644 --- a/static/releases.html +++ b/static/releases.html @@ -541,7 +541,7 @@ <p>Changes since the 2024103100 release:</p> <ul> - <li>fix a bunch of upstream Android bugs breaking SMS and MMS functionality in secondary profiles, which has been an issue for a long time but recently got worse due to certain upstream security patches interacting badly with the buggy SMS and MMS code</li> + <li>fix a bunch of upstream Android bugs breaking SMS and MMS functionality in secondary profiles, including both Android 15 regressions and pre-existing issues</li> <li>backport upstream Android fix for UsageStatsDatabase locking from the AOSP main branch</li> <li>Sandboxed Google Play compatibility layer: fix flag overrides being partly ignored on recent versions</li> <li>add workaround for rare system_server null pointer exception crash in showShutdownDialog()</li> |
