From 42aa0e5e359aa220e9c8b366d6a2ede57b705bb3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 20 Oct 2021 20:43:47 -0400 Subject: [PATCH] document statementservice workaround --- static/releases.html | 1 + 1 file changed, 1 insertion(+) 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 @@
  • raise permission usage history from 1 day to 7 days
  • enable permission history for all permission groups
  • use speed compiler filter for dexpreopt by default (converted from build configuration to build system to cover product/vendor/system_ext)
  • +
  • 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
  • Launcher: backport multiple fixes from AOSP master
  • Launcher: enable new app open/close animations
  • Launcher: enable crossfade when changing theme