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

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

Change-Id: I0ebe5a0187043c0a044c35ad116649a0df7a413c
This commit is contained in:
Santos Cordon 2021-09-27 14:11:33 +00:00 committed by Automerger Merge Worker
commit 0c60fc677d

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>