sdm660-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 Signed-off-by: OmarAlCoptan <omarcoptan9@gmail.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
9a7db6c34b
commit
9d6a74070a
1 changed files with 2 additions and 0 deletions
|
@ -972,4 +972,6 @@
|
|||
<!-- B y-intercept --> <item>-0.349361641294833436</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Determines whether the shell features all run on another thread. -->
|
||||
<bool name="config_enableShellMainThread">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue