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 Signed-off-by: helliscloser <mrumais@gmail.com> Signed-off-by: onettboots <blackcocopet@gmail.com> Signed-off-by: Sageofd6path <mail2anirban95@gmail.com>
This commit is contained in:
parent
0971c002b4
commit
7cd5221f9b
1 changed files with 3 additions and 0 deletions
|
@ -437,4 +437,7 @@
|
|||
|
||||
<!-- Enable system navigation keys. -->
|
||||
<bool name="config_supportSystemNavigationKeys">true</bool>
|
||||
|
||||
<!-- Determines whether the shell features all run on another thread. -->
|
||||
<bool name="config_enableShellMainThread">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue