display: update reduceBrightColorsStrength setting
Bug: 343327517 test: dumpsys color_display Change-Id: Iba176ea5a0b5b6e0ae90a560fc1d2853b6a3633c Merged-In: Iba176ea5a0b5b6e0ae90a560fc1d2853b6a3633c
This commit is contained in:
parent
249b80a495
commit
ca69c178ae
2 changed files with 4 additions and 4 deletions
|
@ -33,13 +33,13 @@
|
|||
<integer name="config_screenBrightnessDim">6</integer>
|
||||
|
||||
<!-- Default strength, in percentage, of bright color reduction when activated. -->
|
||||
<integer name="config_reduceBrightColorsStrengthDefault">50</integer>
|
||||
<integer name="config_reduceBrightColorsStrengthDefault">35</integer>
|
||||
|
||||
<!-- Minimum strength, in percentage, supported by bright color reduction. -->
|
||||
<integer name="config_reduceBrightColorsStrengthMin">25</integer>
|
||||
|
||||
<!-- Maximum strength, in percentage, supported by bright color reduction. -->
|
||||
<integer name="config_reduceBrightColorsStrengthMax">75</integer>
|
||||
<integer name="config_reduceBrightColorsStrengthMax">50</integer>
|
||||
|
||||
<!-- Minimum screen brightness setting allowed by power manager.
|
||||
The user is forbidden from setting the brightness below this level. -->
|
||||
|
|
|
@ -33,13 +33,13 @@
|
|||
<integer name="config_screenBrightnessDim">6</integer>
|
||||
|
||||
<!-- Default strength, in percentage, of bright color reduction when activated. -->
|
||||
<integer name="config_reduceBrightColorsStrengthDefault">50</integer>
|
||||
<integer name="config_reduceBrightColorsStrengthDefault">35</integer>
|
||||
|
||||
<!-- Minimum strength, in percentage, supported by bright color reduction. -->
|
||||
<integer name="config_reduceBrightColorsStrengthMin">25</integer>
|
||||
|
||||
<!-- Maximum strength, in percentage, supported by bright color reduction. -->
|
||||
<integer name="config_reduceBrightColorsStrengthMax">75</integer>
|
||||
<integer name="config_reduceBrightColorsStrengthMax">50</integer>
|
||||
|
||||
<!-- Minimum screen brightness setting allowed by power manager.
|
||||
The user is forbidden from setting the brightness below this level. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue