sdm710-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: I9eef4cdbc26d0880f3a9aaf875d5e36ebd693238
This commit is contained in:
kdrag0n 2022-09-03 10:12:06 +05:30 committed by CakesTwix
parent c4791070de
commit d0bc1e5b8f
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -425,4 +425,7 @@
manager will disable alpha trasformation in animations where not manager will disable alpha trasformation in animations where not
strictly needed. --> strictly needed. -->
<bool name="config_sf_limitedAlpha">true</bool> <bool name="config_sf_limitedAlpha">true</bool>
<!-- Determines whether the shell features all run on another thread. -->
<bool name="config_enableShellMainThread">true</bool>
</resources> </resources>