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

This commit is contained in:
Chris Fries 2021-03-16 16:41:03 +00:00 committed by Android (Google) Code Review
commit 8536bb3952

View file

@ -90,12 +90,6 @@
<!-- Disable AOD by default --> <!-- Disable AOD by default -->
<bool name="config_dozeAlwaysOnEnabled">false</bool> <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. --> <!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">157px</dimen> <dimen name="rounded_corner_radius">157px</dimen>