summaryrefslogtreecommitdiffstats
path: root/res/values/donottranslate_config.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-11-01 16:41:08 -0700
committerChiao Cheng <chiaocheng@google.com>2012-11-05 11:29:57 -0800
commita0233a048858f1593ea4924e9c5036f39aedbcdd (patch)
tree8667f6b4201bca5bebd8c456c909e2f8c2b97773 /res/values/donottranslate_config.xml
parentc8dd78c595cfaf9766e59a2df012b16d6c05b213 (diff)
downloadpackages_apps_Contacts-a0233a048858f1593ea4924e9c5036f39aedbcdd.tar.gz
packages_apps_Contacts-a0233a048858f1593ea4924e9c5036f39aedbcdd.tar.bz2
packages_apps_Contacts-a0233a048858f1593ea4924e9c5036f39aedbcdd.zip
Moving ContactListItemView and dependent classes.
Further clean-up of PhoneFavoriteFragment in Dialer app to move all necessary dependencies into Contacts Common package. Bug: 6993891 Change-Id: I3dfce84ad01932450dc09588c22903e7307d7da0
Diffstat (limited to 'res/values/donottranslate_config.xml')
-rw-r--r--res/values/donottranslate_config.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/res/values/donottranslate_config.xml b/res/values/donottranslate_config.xml
index aaff27566..ea1b10344 100644
--- a/res/values/donottranslate_config.xml
+++ b/res/values/donottranslate_config.xml
@@ -69,18 +69,6 @@
Without this configuration, 00002.vcf becomes the candidate.-->
<string name="config_export_extensions_to_consider" translatable="false"></string>
- <!-- If true, an option is shown in Display Options UI to choose a sort order -->
- <bool name="config_sort_order_user_changeable">true</bool>
-
- <!-- If true, the default sort order is primary (i.e. by given name) -->
- <bool name="config_default_sort_order_primary">true</bool>
-
- <!-- If true, an option is shown in Display Options UI to choose a name display order -->
- <bool name="config_display_order_user_changeable">true</bool>
-
- <!-- If true, the default sort order is primary (i.e. by given name) -->
- <bool name="config_default_display_order_primary">true</bool>
-
<!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
<bool name="config_editor_field_order_primary">true</bool>