|
@@ -25,6 +25,10 @@
|
|
|
<integer name="config_autoBrightnessBrighteningLightDebounce">1000</integer>
|
|
|
<integer name="config_autoBrightnessDarkeningLightDebounce">2000</integer>
|
|
|
|
|
|
+ <!-- The maximum range of gamma adjustment possible using the screen
|
|
|
+ auto-brightness adjustment setting. -->
|
|
|
+ <fraction name="config_autoBrightnessAdjustmentMaxGamma">105%</fraction>
|
|
|
+
|
|
|
<!-- Array of ambient lux threshold values. This is used for determining hysteresis constraint
|
|
|
values by calculating the index to use for lookup and then setting the constraint value
|
|
|
to the corresponding value of the array. The new brightening hysteresis constraint value
|