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

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

Change-Id: I47f78d7ba1e8d861bbee8a722208c7cc2c8cae4b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-10-05 14:51:00 +00:00 committed by Automerger Merge Worker
commit 4ad2f834cd

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]