Merge "Use "My Contacts""

This commit is contained in:
Daisuke Miyakawa
2010-03-03 18:55:41 -08:00
committed by Android (Google) Code Review

View File

@@ -61,7 +61,7 @@ public class VCardEntry {
private final static int DEFAULT_ORGANIZATION_TYPE = Organization.TYPE_WORK;
private static final String ACCOUNT_TYPE_GOOGLE = "com.google";
private static final String GOOGLE_MY_CONTACTS_GROUP = "System Group: My Contacts";
private static final String GOOGLE_MY_CONTACTS_GROUP = "My Contacts";
private static final Map<String, Integer> sImMap = new HashMap<String, Integer>();