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:
parent
24fedfac2a
commit
75f3e69631
@ -25,4 +25,7 @@
|
|||||||
|
|
||||||
<!-- AOSP WFD -->
|
<!-- AOSP WFD -->
|
||||||
<bool name="config_enableWifiDisplay">true</bool>
|
<bool name="config_enableWifiDisplay">true</bool>
|
||||||
|
|
||||||
|
<!-- Determines whether the shell features all run on another thread. -->
|
||||||
|
<bool name="config_enableShellMainThread">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user