Merge "Revert "Decouple auto-suspend and interactive from display on/off"" into sc-dev am: 8536bb3952

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13885214

Change-Id: Ife1216be74f986f6712220a9ef5991a100f0a269
This commit is contained in:
Chris Fries 2021-03-16 17:16:47 +00:00 committed by Automerger Merge Worker
commit 1d720653aa

View file

@ -90,12 +90,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>