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

Commit fd8015f3 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Reflecting the rename of System Group: My Contacts"

parents 6d63f8fa cc179124
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -154,9 +154,9 @@ public class GoogleSource extends FallbackSource {
    }

    // TODO: this should come from resource in the future
    // Note that frameworks/base/core/java/android/pim/vcard/ContactStruct.java also wants
    // Note that frameworks/base/core/java/android/pim/vcard/VCardEntry.java also wants
    // this String.
    private static final String GOOGLE_MY_CONTACTS_GROUP = "System Group: My Contacts";
    private static final String GOOGLE_MY_CONTACTS_GROUP = "My Contacts";

    public static final void attemptMyContactsMembership(EntityDelta state, Context context) {
        final ValuesDelta stateValues = state.getValues();