Loading packages/CarSystemUI/res/values/integers_car.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ <!-- Number of milliseconds user can spend driving with the keyguard up. After that, we switch to Guest. --> <!-- If the number is negative, the feature is disabled. If it's zero, we switch to guest immediately as we start driving. --> <integer name="driving_on_keyguard_timeout_ms">30000</integer> <integer name="driving_on_keyguard_timeout_ms">-1</integer> <!--Percentage of the screen height, from the bottom, that a notification panel being partially closed at will result in it remaining open if released--> Loading Loading
packages/CarSystemUI/res/values/integers_car.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ <!-- Number of milliseconds user can spend driving with the keyguard up. After that, we switch to Guest. --> <!-- If the number is negative, the feature is disabled. If it's zero, we switch to guest immediately as we start driving. --> <integer name="driving_on_keyguard_timeout_ms">30000</integer> <integer name="driving_on_keyguard_timeout_ms">-1</integer> <!--Percentage of the screen height, from the bottom, that a notification panel being partially closed at will result in it remaining open if released--> Loading