Snap for 7489879 from 5fcc863c4cd42028583c507614b174c6c9f343b1 to sc-v2-release

Change-Id: Iaf8e68364f1fa9afdf23d90646dedee865652bdb
This commit is contained in:
Android Build Coastguard Worker 2021-06-25 01:05:14 +00:00
commit d470915097
2 changed files with 16 additions and 0 deletions

View file

@ -161,6 +161,14 @@
<item>900.0</item> <!-- 20000+ --> <item>900.0</item> <!-- 20000+ -->
</array> </array>
<!-- Stability requirements in milliseconds for accepting a new brightness level. This is used
for debouncing the light sensor. Different constants are used to debounce the light sensor
when adapting to brighter or darker environments. This parameter controls how quickly
brightness changes occur in response to an observed change in light level that exceeds the
hysteresis threshold. -->
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
<!-- Type of the udfps long press sensor. Empty if long press is not supported. --> <!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string> <string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>

View file

@ -148,6 +148,14 @@
<item>900.0</item> <!-- 20000+ --> <item>900.0</item> <!-- 20000+ -->
</array> </array>
<!-- Stability requirements in milliseconds for accepting a new brightness level. This is used
for debouncing the light sensor. Different constants are used to debounce the light sensor
when adapting to brighter or darker environments. This parameter controls how quickly
brightness changes occur in response to an observed change in light level that exceeds the
hysteresis threshold. -->
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
<!-- MMS user agent string --> <!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">g8v0u</string> <string name="config_mms_user_agent" translatable="false">g8v0u</string>
<!-- MMS user agent profile url --> <!-- MMS user agent profile url -->