display: update reduceBrightColorsStrength setting

Bug: 343327517
test: dumpsys color_display
Flag: NONE library update for existed feature
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6d89d32526dfbd0a210e8d3f9fd944317d746bf6)
Merged-In: Iba176ea5a0b5b6e0ae90a560fc1d2853b6a3633c
Change-Id: Iba176ea5a0b5b6e0ae90a560fc1d2853b6a3633c
This commit is contained in:
Peter Lin 2024-06-19 06:50:55 +00:00 committed by Android Build Coastguard Worker
parent a56070461a
commit aa041499af
2 changed files with 4 additions and 4 deletions

View file

@ -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. -->