Add RawContactsEntity.CORP_CONTENT_URI
Bug: 19551325 Change-Id: I7b2801e4a80ac5da1f1d53e41043657d07874ae6
This commit is contained in:
@@ -4808,6 +4808,14 @@ public final class ContactsContract {
|
||||
public static final Uri CONTENT_URI =
|
||||
Uri.withAppendedPath(AUTHORITY_URI, "raw_contact_entities");
|
||||
|
||||
/**
|
||||
* The content:// style URI for this table in corp profile
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final Uri CORP_CONTENT_URI =
|
||||
Uri.withAppendedPath(AUTHORITY_URI, "raw_contact_entities_corp");
|
||||
|
||||
/**
|
||||
* The content:// style URI for this table, specific to the user's profile.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user