update darkening light debounce to 2s

Bug: 298742079
test: check dumpsys display
Change-Id: Icae83917aefa6b52faac54b72d8af30d80de0660
This commit is contained in:
Peter Lin 2023-11-02 02:31:24 +00:00
parent fcdb6f3a52
commit 3f85fc50a2

View file

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