Removing references to Organization.TYPE_HOME
diff --git a/src/com/android/contacts/ContactsUtils.java b/src/com/android/contacts/ContactsUtils.java
index 74f9d38..1db4a1e 100644
--- a/src/com/android/contacts/ContactsUtils.java
+++ b/src/com/android/contacts/ContactsUtils.java
@@ -100,7 +100,7 @@
customType = Postal.TYPE_CUSTOM;
arrayResId = com.android.internal.R.array.postalAddressTypes;
} else if (Organization.CONTENT_ITEM_TYPE.equals(mimetype)) {
- defaultType = Organization.TYPE_HOME;
+ defaultType = Organization.TYPE_WORK;
customType = Organization.TYPE_CUSTOM;
arrayResId = com.android.internal.R.array.organizationTypes;
} else {