Merge "update darkening light debounce to 2s" into main

This commit is contained in:
Treehugger Robot 2023-11-09 04:59:08 +00:00 committed by Android (Google) Code Review
commit daf0aa8a8b

View file

@ -135,7 +135,7 @@
brightness changes occur in response to an observed change in light level that exceeds the
hysteresis threshold. -->
<integer name="config_autoBrightnessBrighteningLightDebounce">1000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">2000</integer>
<!-- Whether to show Fold lock behavior setting feature in Settings App -->
<bool name="config_fold_lock_behavior">true</bool>