display: update reduceBrightColorsStrength setting

Bug: 367929249
Test: dumpsys color_display
Flag: EXEMPT resource only update
Change-Id: Ib405d8378a6e82bf8ae09dfecb6a0ea22efa6578
This commit is contained in:
Cathy Hsu 2024-09-20 02:50:33 +00:00
parent 2a3a3bb413
commit 7ebd89b1f4

View file

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