update educeBrightColorsStrengt setting

Bug: 312329951
Test: dumpsys color_display
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ed912e19baca340c006468037c98a5b9901a99dc)
Merged-In: I278e2814a41b1d42b337de06d1eb50911455f2a3
Change-Id: I278e2814a41b1d42b337de06d1eb50911455f2a3
This commit is contained in:
Peter Lin 2023-12-28 04:46:40 +00:00 committed by Android Build Coastguard Worker
parent 21fcfcbf04
commit 66ce7551c8

View File

@ -32,6 +32,15 @@
<!-- Minimum screen brightness allowed by the power manager. -->
<integer name="config_screenBrightnessDim">6</integer>
<!-- Default strength, in percentage, of bright color reduction when activated. -->
<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">50</integer>
<!-- Minimum screen brightness setting allowed by power manager.
The user is forbidden from setting the brightness below this level. -->
<item name="config_screenBrightnessSettingMinimumFloat" format="float" type="dimen">0.0</item>