Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8b9ce22 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa Committed by Android (Google) Code Review
Browse files

Merge "Use "My Contacts""

parents 01f4385d 72d3397b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>();