Add RawContactsEntity.CORP_CONTENT_URI

Bug: 19551325
Change-Id: I7b2801e4a80ac5da1f1d53e41043657d07874ae6
This commit is contained in:
Ricky Wai
2015-03-08 00:53:20 +00:00
parent 11b264e225
commit 9aaaa1ebb3

View File

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