Decouple auto-suspend and interactive from display on/off am: 2aaf5916ce

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

Change-Id: I0469d72209bcaf367033940df99626e6a85a4b16
This commit is contained in:
Adrian Salido 2021-04-06 00:17:14 +00:00 committed by Automerger Merge Worker
commit a8b927dd68

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>