diff options
| -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 ed19cae4..8a7ea95c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -542,6 +542,7 @@ <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>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> <li>add missing null handling for extended application error report</li> |
