Merge "Add raw entities URI for profiles."
This commit is contained in:
@@ -4376,6 +4376,12 @@ public final class ContactsContract {
|
||||
public static final Uri CONTENT_URI =
|
||||
Uri.withAppendedPath(AUTHORITY_URI, "raw_contact_entities");
|
||||
|
||||
/**
|
||||
* The content:// style URI for this table, specific to the user's profile.
|
||||
*/
|
||||
public static final Uri PROFILE_CONTENT_URI =
|
||||
Uri.withAppendedPath(Profile.CONTENT_URI, "raw_contact_entities");
|
||||
|
||||
/**
|
||||
* The MIME type of {@link #CONTENT_URI} providing a directory of raw contact entities.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user