Ver código fonte

Snap for 11753769 from ed912e19baca340c006468037c98a5b9901a99dc to 24Q3-release

Change-Id: I05fbf9bed2ac44886e515c609be0c53baf6f0bfa
Android Build Coastguard Worker 1 ano atrás
pai
commit
6039a3d11a

+ 9 - 0
lynx/overlay/frameworks/base/core/res/res/values/config.xml

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