diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-04 14:09:51 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-04 14:10:29 -0500 |
| commit | b7049cbb5b1963d4e6193f8e4663ca742f290b0b (patch) | |
| tree | 6d64750f1daef5235f4d1948ba23edb2a8ccf14e | |
| parent | 314240c4f07ba1899b3daa65071327cf9327f981 (diff) | |
fix upstream bugs breaking SMS and MMS in secondary profiles
| -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 f6bfdaea..ed19cae4 100644 --- a/static/releases.html +++ b/static/releases.html @@ -541,6 +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>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> <li>add missing null handling for extended application error report</li> |
