avicii: 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: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
kdrag0n
2022-12-09 21:27:11 +01:00
committed by Sandeep-FED
parent 3f841d69d2
commit f30505f00c

View File

@@ -58,4 +58,8 @@
<!-- Path to fast charging status file to detect whether an oem fast charger is active -->
<string name="config_oemFastChargerStatusPath" translatable="false">/sys/devices/virtual/oplus_chg/battery/voocchg_ing</string>
<!-- Determines whether the shell features all run on another thread. -->
<bool name="config_enableShellMainThread">true</bool>
</resources>