Merge "update darkening light debounce to 2s" into main
This commit is contained in:
commit
daf0aa8a8b
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
|
||||
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue