Revert "Decouple auto-suspend and interactive from display on/off"

This reverts commit 8069d3856d.

Reason for revert: black display in AoD
Bug: 182851537

Change-Id: Idc0ef7cf076b6060cc76c983bd512247f9e8a4c0
This commit is contained in:
Ken Huang 2021-03-16 16:29:55 +00:00
parent 8069d3856d
commit fba970113a

View file

@ -93,12 +93,6 @@
<!-- Disable AOD by default -->
<bool name="config_dozeAlwaysOnEnabled">false</bool>
<!-- Specifies whether to decouple the auto-suspend state of the device from the display on/off state. -->
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
<!-- Specifies whether to decouple the interactive state of the device from the display on/off state. -->
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">157px</dimen>