summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-10-20 20:43:47 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-10-20 20:43:47 -0400
commit42aa0e5e359aa220e9c8b366d6a2ede57b705bb3 (patch)
tree69a10eaa52d0d0edda3cdf8015eca04c538c6799
parent3141b8180d99740252437b882cc8aef9e13092dc (diff)
document statementservice workaround
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index d4ffd0dc..397b53f7 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -471,6 +471,7 @@
<li>raise permission usage history from 1 day to 7 days</li>
<li>enable permission history for all permission groups</li>
<li>use speed compiler filter for dexpreopt by default (converted from build configuration to build system to cover product/vendor/system_ext)</li>
+ <li>temporarily disable user-facing crash reporting for com.android.statementservice (Intent Filter Verification Service) due to an upstream AOSP 12 bug causing an uncaught exception when it tries to send too much data in the intents for jobs it runs via WorkManager</li>
<li>Launcher: backport multiple fixes from AOSP master</li>
<li>Launcher: enable new app open/close animations</li>
<li>Launcher: enable crossfade when changing theme</li>