[RESTRICT AUTOMERGE] set normal brightness controller to ture am: 4670216e61
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/24802235 Change-Id: I4b2d43131035767b32bcf51785607dc6a61c276f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e241f9dedc
2 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,9 @@
|
|||
<!-- 140 nits: (140-2)/(1000-2)*(0.63-0.0)+0.0 = 0.087114228 -->
|
||||
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.087114228</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.
|
||||
The N entries of this array define N 1 zones as follows:
|
||||
Zone 0: 0 <= LUX < array[0]
|
||||
|
|
|
@ -45,6 +45,9 @@
|
|||
<!-- 140 nits: (140-2)/(1000-2)*(0.71-0.0)+0.0 = 0.098176353 -->
|
||||
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.098176353</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.
|
||||
The N entries of this array define N 1 zones as follows:
|
||||
Zone 0: 0 <= LUX < array[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue