Merge "display: Modify OS default brightness value" into udc-qpr-dev am: 274bfcee9a
am: a5f3845eee
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/23275586 Change-Id: I589d3236825435654cb0dbefe313e905b5538a6b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ca66bd56fc
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@
|
|||
The user is forbidden from setting the brightness above this level. -->
|
||||
<item name="config_screenBrightnessSettingMaximumFloat" format="float" type="dimen">1.0</item>
|
||||
|
||||
<!-- Default screen brightness setting
|
||||
Must be in the range specified by minimum and maximum. -->
|
||||
<!-- 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>
|
||||
|
||||
<!-- 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