Changing the default display order for Western names in CJK locales.

Change-Id: I044f5cc78fa6b41e4a052afa7f40723cc2fa65ae
diff --git a/res/values-ja/config.xml b/res/values-ja/config.xml
index d132f7f..bc88b69 100644
--- a/res/values-ja/config.xml
+++ b/res/values-ja/config.xml
@@ -22,11 +22,11 @@
     <bool name="config_sort_order_user_changeable">false</bool>
 
     <!-- If true, the default sort order is primary (i.e. by given name) -->
-    <bool name="config_default_sort_order_primary">false</bool>
+    <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">false</bool>
 
     <!-- If true, the default sort order is primary (i.e. by given name) -->
-    <bool name="config_default_display_order_primary">false</bool>
+    <bool name="config_default_display_order_primary">true</bool>
 </resources>
diff --git a/res/values-zh-rCN/config.xml b/res/values-zh-rCN/config.xml
index d132f7f..bc88b69 100644
--- a/res/values-zh-rCN/config.xml
+++ b/res/values-zh-rCN/config.xml
@@ -22,11 +22,11 @@
     <bool name="config_sort_order_user_changeable">false</bool>
 
     <!-- If true, the default sort order is primary (i.e. by given name) -->
-    <bool name="config_default_sort_order_primary">false</bool>
+    <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">false</bool>
 
     <!-- If true, the default sort order is primary (i.e. by given name) -->
-    <bool name="config_default_display_order_primary">false</bool>
+    <bool name="config_default_display_order_primary">true</bool>
 </resources>
diff --git a/res/values-zh-rTW/config.xml b/res/values-zh-rTW/config.xml
index d132f7f..bc88b69 100644
--- a/res/values-zh-rTW/config.xml
+++ b/res/values-zh-rTW/config.xml
@@ -22,11 +22,11 @@
     <bool name="config_sort_order_user_changeable">false</bool>
 
     <!-- If true, the default sort order is primary (i.e. by given name) -->
-    <bool name="config_default_sort_order_primary">false</bool>
+    <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">false</bool>
 
     <!-- If true, the default sort order is primary (i.e. by given name) -->
-    <bool name="config_default_display_order_primary">false</bool>
+    <bool name="config_default_display_order_primary">true</bool>
 </resources>