Merge "Decouple auto-suspend and interactive from display on/off" into sc-dev am: 66c7bf8c9d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13837774 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I7e61eb05e2192f23a92bb73021eb8053a9c2426a
This commit is contained in:
commit
8b1fecd768
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,12 @@
|
||||||
<!-- 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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue