Merge cherrypicks of ['googleplex-android-review.googlesource.com/25761673'] into 24Q2-release.

Change-Id: If24347ce04e63a1bf8e7ceafd4f6a0b7b729d238
This commit is contained in:
Android Build Coastguard Worker 2024-04-29 18:38:10 +00:00
commit 2932ac0dcb

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>