Adding variable config_progressTimeoutFallbackHome

Bug: 199120420
Test: built successfully
Change-Id: I1ad22a68231cd73d33a6de7f2f6779fb2e0ecf1b
This commit is contained in:
My Name
2022-02-01 12:51:45 +00:00
parent e02d3ec206
commit 051e488b1d
2 changed files with 5 additions and 0 deletions

View File

@@ -1522,6 +1522,10 @@
but the display is fully on. -->
<integer name="config_autoBrightnessShortTermModelTimeout">300000</integer>
<!-- Timeout (in milliseconds) after which we start the animation "Android
is starting" -->
<integer name="config_progressTimeoutFallbackHome">2000</integer>
<!-- Array of output values for LCD backlight corresponding to the lux values
in the config_autoBrightnessLevels array. This array should have size one greater
than the size of the config_autoBrightnessLevels array.

View File

@@ -2062,6 +2062,7 @@
<java-symbol type="integer" name="config_screenBrightnessDim" />
<java-symbol type="integer" name="config_screenBrightnessDoze" />
<java-symbol type="integer" name="config_autoBrightnessShortTermModelTimeout" />
<java-symbol type="integer" name="config_progressTimeoutFallbackHome" />
<java-symbol type="integer" name="config_shutdownBatteryTemperature" />
<java-symbol type="integer" name="config_undockedHdmiRotation" />
<java-symbol type="integer" name="config_virtualKeyQuietTimeMillis" />