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

Commit cc179124 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Reflecting the rename of System Group: My Contacts

Bug: 2534587
Change-Id: Ia14ed88f5d8012a0ed60be53367edff63aa756dc
parent 655236cb
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();