a71-common: overlay: Disable high performance transitions

Change-Id: I70c593a8efe1499f8e0917b4e80652b7f3d71198
This commit is contained in:
me-cafebabe
2025-12-09 10:42:31 +01:00
committed by Hakam Assouad
parent 4359e9aa25
commit ae22eff672

View File

@@ -129,6 +129,10 @@
<!-- Flag specifying whether VT is available on device -->
<bool name="config_device_vt_available">true</bool>
<!-- Whether WM DisplayContent supports high performance transitions
(lower-end devices may want to disable) -->
<bool name="config_deviceSupportsHighPerfTransitions">false</bool>
<!-- If true, the doze component is not started until after the screen has been
turned off and the screen off animation has been performed. -->
<bool name="config_dozeAfterScreenOffByDefault">true</bool>