From d06f247fe31f6dfb37e6f21c86c2d8ce87fd0528 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 18 Aug 2022 23:54:16 -0400 Subject: [PATCH] SystemUI ANR workaround removed --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index b81f5ec1..cf45d9d0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -587,6 +587,7 @@
  • add back AvoidAppsInCutoutOverlay since this cutout mode is no longer broken on Android 13
  • fix upstream Android 13 user logout bug causing end session to be broken
  • drop workaround for slow lockscreen animation which is fixed in Android 13
  • +
  • drop workaround for SystemUI ANR (App Not Responding) false positives caused by screenshot service in Android 12
  • kernel (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a): switch to kernel manifests instead of including the kernel source trees in the OS source tree with submodules for the module repositories
  • kernel (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a): switch to AOSP kernel build system
  • kernel (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a): use dynamic kernel modules matching AOSP / stock OS instead of using monolithic kernel builds to avoid further issues from driver bugs with monolithic kernel builds (this was a useful feature but maintenance has become too difficult and the advantages of Generic Kernel Images for 6th generation Pixels and beyond outweigh the benefits so this was already phased out for 6th generation devices)