universal7885: overlay: SystemUI: 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: I9eef4cdbc26d0880f3a9aaf875d5e36ebd693238
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
Danny Lin 2021-10-09 14:37:44 -07:00 committed by roynatech2544
commit 84b126a5ce
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -22,4 +22,7 @@
<resources>
<bool name="doze_display_state_supported">false</bool>
<bool name="doze_suspend_display_state_supported">false</bool>
<!-- Determines whether the shell features all run on another thread. -->
<bool name="config_enableShellMainThread">true</bool>
</resources>