blob: d2affc7284e0313cfdc44a5f5966704987857f01 [file] [log] [blame]
Fan Zhang881d5792018-01-26 10:15:56 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:settings="http://schemas.android.com/apk/res-auto"
Edgar Wang77de4052020-02-14 17:58:38 +080020 android:key="user_and_account_settings_screen"
21 android:title="@string/account_dashboard_title"
22 settings:keywords="@string/keywords_accounts">
Fan Zhang881d5792018-01-26 10:15:56 -080023
24 <PreferenceCategory
25 android:key="dashboard_tile_placeholder"
Fan Zhangad47e1a2018-03-07 15:42:53 -080026 android:order="30"/>
27
28 <SwitchPreference
29 android:key="auto_sync_account_data"
30 android:title="@string/auto_sync_account_title"
31 android:summary="@string/auto_sync_account_summary"
32 android:order="102"
33 settings:allowDividerAbove="true"/>
34
35 <SwitchPreference
36 android:key="auto_sync_work_account_data"
37 android:title="@string/account_settings_menu_auto_sync_work"
38 android:summary="@string/auto_sync_account_summary"
Raff Tsai9641db52020-01-09 10:06:55 +080039 settings:forWork="true"
Fan Zhangad47e1a2018-03-07 15:42:53 -080040 android:order="103"/>
41
42 <SwitchPreference
43 android:key="auto_sync_personal_account_data"
44 android:title="@string/account_settings_menu_auto_sync_personal"
45 android:summary="@string/auto_sync_account_summary"
46 android:order="104"/>
Fan Zhang881d5792018-01-26 10:15:56 -080047
48</PreferenceScreen>