update darkening light debounce to 2s
Bug: 298742079 test: check dumpsys display Change-Id: Ifd83400bf29b880daa6b86bb312072961fef324b
This commit is contained in:
parent
a6ba0e830a
commit
1db0730082
3 changed files with 3 additions and 3 deletions
|
@ -142,7 +142,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>
|
||||
|
||||
<integer-array name="config_ambientThresholdLevels">
|
||||
<item>2</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue