Adjust Doze default value to accomodate HBM. am: bfb3168639 am: ec6cd69f85 am: c87a37986b

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

Change-Id: Id814320eba3f397e92b57c4b445edd369e0285b5
This commit is contained in:
Santos Cordon 2021-09-27 13:58:38 +00:00 committed by Automerger Merge Worker
commit 7c9ab64093

View file

@ -82,7 +82,8 @@
<bool name="config_dozePulsePickup">true</bool> <bool name="config_dozePulsePickup">true</bool>
<!-- Screen brightness when dozing. --> <!-- Screen brightness when dozing. -->
<integer name="config_screenBrightnessDoze">34</integer> <integer name="config_screenBrightnessDoze">21</integer>
<item name="config_screenBrightnessDozeFloat" format="float" type="dimen">0.07874</item>
<!-- Whether the always on display mode is available. --> <!-- Whether the always on display mode is available. -->
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool> <bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>