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:
commit
4c584a1d67
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue