update darkening light debounce to 2s
Bug: 298742079 test: check dumpsys display Change-Id: Icae83917aefa6b52faac54b72d8af30d80de0660
This commit is contained in:
parent
fcdb6f3a52
commit
3f85fc50a2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue