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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user