blob: 472c957ab56801d333fe5d101d4a343cfec2a7f0 [file] [log] [blame]
Rakesh Iyer97ff8582017-05-22 17:47:52 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
Brad Stenning8d1a51c2018-11-20 17:34:16 -08003 Copyright (c) 2018, The Android Open Source Project
Rakesh Iyer97ff8582017-05-22 17:47:52 -07004
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18<resources xmlns:android="http://schemas.android.com/apk/res/android">
Bryan Eylerab28b992017-10-10 16:06:02 -070019 <integer name="car_user_switcher_anim_cascade_delay_ms">27</integer>
Aarthi Balachanderd8bf2492018-03-30 11:15:59 -070020 <!-- Full screen user switcher column number TODO: move to support library-->
21 <integer name="user_fullscreen_switcher_num_col">3</integer>
jovanakedba98c2018-09-14 15:46:24 -070022
23 <!-- Number of milliseconds user can spend driving with the keyguard up. After that, we switch to Guest. -->
24 <!-- If the number is negative, the feature is disabled.
25 If it's zero, we switch to guest immediately as we start driving. -->
26 <integer name="driving_on_keyguard_timeout_ms">30000</integer>
Rakesh Iyer97ff8582017-05-22 17:47:52 -070027</resources>