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.
This commit is contained in:
Evan Millar
2009-07-15 11:32:19 -07:00
parent 2debd56b5b
commit b926375cda

View File

@@ -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.