Merge "Disable AoD by default" into rvc-d1-dev am: a9f2faa766

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

Change-Id: If87230fc20241ed86b452d711979b119ba4c79ba
This commit is contained in:
Edison Chou 2020-07-01 02:02:59 +00:00 committed by Automerger Merge Worker
commit 4c584a1d67
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@
<!-- Whether the always on display mode is available. -->
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<!-- Disable AOD by default -->
<bool name="config_dozeAlwaysOnEnabled">false</bool>
<!-- True if the display hardware only has brightness buckets rather than a full range of
backlight values -->
<bool name="config_displayBrightnessBucketsInDoze">true</bool>