summaryrefslogtreecommitdiffstats
path: root/core/java/android/pim
diff options
context:
space:
mode:
authorFred Quintana <fredq@google.com>2010-04-01 11:42:28 -0700
committerFred Quintana <fredq@google.com>2010-04-01 11:43:57 -0700
commitd3162582852917b4d19d49a36d82d430349d5272 (patch)
tree913f40ae6586fda463ddd06b2981072e467e4f1c /core/java/android/pim
parent3ce1648fce73496c6ea6a208e5d13141ff7f34e1 (diff)
downloadframeworks_base-d3162582852917b4d19d49a36d82d430349d5272.zip
frameworks_base-d3162582852917b4d19d49a36d82d430349d5272.tar.gz
frameworks_base-d3162582852917b4d19d49a36d82d430349d5272.tar.bz2
revert the stripping of System Group:
from the names of google system groups Change-Id: I677a7abb42a0c3d70d7e7009325f76a4644f1cb1 http://b/issue?id=2558197
Diffstat (limited to 'core/java/android/pim')
-rw-r--r--core/java/android/pim/vcard/VCardEntry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/pim/vcard/VCardEntry.java b/core/java/android/pim/vcard/VCardEntry.java
index e40a7ba..1327770 100644
--- a/core/java/android/pim/vcard/VCardEntry.java
+++ b/core/java/android/pim/vcard/VCardEntry.java
@@ -62,7 +62,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 = "My Contacts";
+ private static final String GOOGLE_MY_CONTACTS_GROUP = "System Group: My Contacts";
private static final Map<String, Integer> sImMap = new HashMap<String, Integer>();