blob: ca9365cf6f96f3af22fe71b79c98b633879d728f [file] [log] [blame]
Yorke Leeacae3792014-07-10 11:38:55 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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 xmlns:android="http://schemas.android.com/apk/res/android">
Wenyi Wang69c7dc82016-05-16 11:55:19 -070018 <Preference
19 android:icon="@null"
20 android:key="myInfo"
21 android:title="@string/settings_my_info_title"/>
22
Tingting Wang5b4b2302016-06-30 13:15:49 -070023 <Preference
Wenyi Wang69c7dc82016-05-16 11:55:19 -070024 android:icon="@null"
25 android:key="accounts"
Tingting Wang5b4b2302016-06-30 13:15:49 -070026 android:title="@string/settings_accounts">
27 </Preference>
28
Gary Mai69c182a2016-12-05 13:07:03 -080029 <com.android.contacts.preference.DefaultAccountPreference
Tingting Wang5b4b2302016-06-30 13:15:49 -070030 android:icon="@null"
31 android:key="defaultAccount"
Wenyi Wang69c7dc82016-05-16 11:55:19 -070032 android:title="@string/default_editor_account"
33 android:dialogTitle="@string/default_editor_account" />
34
Walter Jangc1068e62016-07-18 18:26:07 -070035 <Preference
36 android:icon="@null"
37 android:key="customContactsFilter"
38 android:title="@string/menu_contacts_filter"/>
39
Gary Mai69c182a2016-12-05 13:07:03 -080040 <com.android.contacts.preference.SortOrderPreference
Wenyi Wang804b1382016-05-13 19:54:45 +000041 android:icon="@null"
42 android:key="sortOrder"
43 android:title="@string/display_options_sort_list_by"
44 android:dialogTitle="@string/display_options_sort_list_by" />
Yorke Leeacae3792014-07-10 11:38:55 -070045
Gary Mai69c182a2016-12-05 13:07:03 -080046 <com.android.contacts.preference.DisplayOrderPreference
Wenyi Wang804b1382016-05-13 19:54:45 +000047 android:icon="@null"
48 android:key="displayOrder"
49 android:title="@string/display_options_view_names_as"
50 android:dialogTitle="@string/display_options_view_names_as" />
Tingting Wang8d9216f2015-08-20 16:35:36 -070051
Wenyi Wang804b1382016-05-13 19:54:45 +000052 <Preference
53 android:icon="@null"
James Laskey1e2102f2016-09-19 10:09:08 -070054 android:key="import"
55 android:title="@string/menu_import"/>
56
57 <Preference
58 android:icon="@null"
59 android:key="export"
60 android:title="@string/menu_export"/>
Wenyi Wang9976fb62016-05-27 15:23:53 -070061
62 <Preference
63 android:icon="@null"
Tingting Wanga099da82016-06-30 18:27:22 -070064 android:key="blockedNumbers"
65 android:title="@string/menu_blocked_numbers" />
66
67 <Preference
68 android:icon="@null"
Wenyi Wang804b1382016-05-13 19:54:45 +000069 android:key="about"
70 android:title="@string/setting_about"
71 android:order="@integer/about_contacts_order_number"/>
Yorke Leeacae3792014-07-10 11:38:55 -070072</PreferenceScreen>