Tell platform brightness is bucketed in doze.

Bug: 64007419
Test: manual
Change-Id: Ib1ac6e2b18b6e4f990e107161f12baf4f1b791ee
This commit is contained in:
Michael Wright
2017-07-26 01:12:02 +01:00
parent 0d662aec55
commit 49f44fccb3

View File

@@ -238,6 +238,10 @@
<!-- Whether the display blanks itself when transition from a doze to a non-doze state -->
<bool name="config_displayBlanksAfterDoze">true</bool>
<!-- True if the display hardware only has brightness buckets rather than a full range of
backlight values -->
<bool name="config_displayBrightnessBucketsInDoze">true</bool>
<!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true -->
<string name="config_ims_package">org.codeaurora.ims</string>