Merge "set normal brightness controller to true" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-10-05 14:20:50 +00:00 committed by Android (Google) Code Review
commit e520898214

View file

@ -48,6 +48,9 @@
<!-- 140 nits: (140-2)/(800-2)*(0.57-0.0)+0.0 = 0.098571429 --> <!-- 140 nits: (140-2)/(800-2)*(0.57-0.0)+0.0 = 0.098571429 -->
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.098571429</item> <item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.098571429</item>
<!-- Allow normal brightness controller feature. -->
<bool name="config_allowNormalBrightnessControllerFeature">true</bool>
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support. <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
The N entries of this array define N 1 zones as follows: The N entries of this array define N 1 zones as follows:
Zone 0: 0 <= LUX < array[0] Zone 0: 0 <= LUX < array[0]