mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
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:
parent
46821ddc2f
commit
84b126a5ce
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue