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

Commit b926375c authored by Evan Millar's avatar Evan Millar
Browse files

Add Uri for filtering the aggregate summary on group name.

New Uri is:

                content://com.android.contacts/aggregates_summary/group/*

Where * should be replaced by the group name.
parent 2debd56b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -187,6 +187,9 @@ public final class ContactsContract {
        public static final Uri CONTENT_SUMMARY_STREQUENT_FILTER_URI = Uri.withAppendedPath(
                CONTENT_SUMMARY_STREQUENT_URI, "filter");

        public static final Uri CONTENT_SUMMARY_GROUP_URI = Uri.withAppendedPath(
                CONTENT_SUMMARY_URI, "group");

        /**
         * The MIME type of {@link #CONTENT_URI} providing a directory of
         * people.