Skip to content

Commit

Permalink
Merge "marlin: adaptive brightness tuning for low-light conditions" i…
Browse files Browse the repository at this point in the history
…nto nyc-mr1-dev
  • Loading branch information
Trevor Bunker authored and Android (Google) Code Review committed Jul 7, 2016
2 parents 7844eda + e3a097f commit f4844f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
than the size of the config_autoBrightnessLevels array.
This must be overridden in platform specific overlays -->
<integer-array name="config_autoBrightnessLcdBacklightValues">
<item>30</item> <!-- 0-20 -->
<item>50</item> <!-- 20-40 -->
<item>70</item> <!-- 40-100 -->
<item>20</item> <!-- 0-20 -->
<item>45</item> <!-- 20-40 -->
<item>65</item> <!-- 40-100 -->
<item>90</item> <!-- 100-325 -->
<item>120</item> <!-- 325-600 -->
<item>150</item> <!-- 600-1250 -->
Expand Down

0 comments on commit f4844f3

Please sign in to comment.