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

This commit is contained in:
TreeHugger Robot 2021-03-12 00:50:07 +00:00 committed by Android (Google) Code Review
commit 66c7bf8c9d

View file

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