From ac1fff0b34d9c862cb13facaa015edce8cea75ea Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sat, 9 Oct 2021 14:37:44 -0700 Subject: [PATCH] overlay: Offload WM shell to another thread Android 12 added this config to offload some window management to a dedicated thread. Enable it to improve performance when the main System UI thread is busy. Signed-off-by: Pranav Vashi --- .../WindowManager/Shell/res/values/config.xml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 overlay/common/frameworks/libs/WindowManager/Shell/res/values/config.xml diff --git a/overlay/common/frameworks/libs/WindowManager/Shell/res/values/config.xml b/overlay/common/frameworks/libs/WindowManager/Shell/res/values/config.xml new file mode 100644 index 00000000..3f6009a7 --- /dev/null +++ b/overlay/common/frameworks/libs/WindowManager/Shell/res/values/config.xml @@ -0,0 +1,22 @@ + + + + + + true +