[Display] Modify the AOD Brightness

Set night/low as 2 nits, sun/high as 50 nits

Bug: 184728677
Test: Boot test and check AOD brightness
Change-Id: I0e6f5fda297f3e57f21a1d45e2f70b0dcccf04d1
This commit is contained in:
Gil 2021-05-13 14:55:15 +08:00 committed by Gil Liu
parent b1ce532c3d
commit d9ff8cb3c5
2 changed files with 4 additions and 4 deletions

View file

@ -37,8 +37,8 @@
<item>-1</item> <!-- 0: OFF --> <item>-1</item> <!-- 0: OFF -->
<item>5</item> <!-- 1: NIGHT --> <item>5</item> <!-- 1: NIGHT -->
<item>5</item> <!-- 2: LOW --> <item>5</item> <!-- 2: LOW -->
<item>27</item> <!-- 3: HIGH --> <item>200</item> <!-- 3: HIGH -->
<item>27</item> <!-- 4: SUN --> <item>200</item> <!-- 4: SUN -->
</integer-array> </integer-array>
<!-- Doze: Table that translates sensor values from the doze_brightness_sensor_type sensor <!-- Doze: Table that translates sensor values from the doze_brightness_sensor_type sensor

View file

@ -37,8 +37,8 @@
<item>-1</item> <!-- 0: OFF --> <item>-1</item> <!-- 0: OFF -->
<item>5</item> <!-- 1: NIGHT --> <item>5</item> <!-- 1: NIGHT -->
<item>5</item> <!-- 2: LOW --> <item>5</item> <!-- 2: LOW -->
<item>27</item> <!-- 3: HIGH --> <item>200</item> <!-- 3: HIGH -->
<item>27</item> <!-- 4: SUN --> <item>200</item> <!-- 4: SUN -->
</integer-array> </integer-array>
<!-- Doze: Table that translates sensor values from the doze_brightness_sensor_type sensor <!-- Doze: Table that translates sensor values from the doze_brightness_sensor_type sensor