msm8974-common: 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.

Change-Id: I387d7f5034b43e05e79a40095d61c01bb5982fe1
This commit is contained in:
Danny Lin 2022-12-12 21:57:49 +03:00 committed by nyyu
parent 24fedfac2a
commit 75f3e69631

View File

@ -25,4 +25,7 @@
<!-- AOSP WFD -->
<bool name="config_enableWifiDisplay">true</bool>
<!-- Determines whether the shell features all run on another thread. -->
<bool name="config_enableShellMainThread">true</bool>
</resources>