Add private API for data with presence.

This commit is contained in:
Jeff Sharkey
2009-09-02 23:16:44 -07:00
parent e3c393d3d1
commit 0c36a517cd

View File

@@ -687,6 +687,15 @@ public final class ContactsContract {
*/
public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "data");
/**
* The content:// style URI for this table joined with {@link Presence}
* data where applicable.
*
* @hide
*/
public static final Uri CONTENT_WITH_PRESENCE_URI = Uri.withAppendedPath(AUTHORITY_URI,
"data_with_presence");
/**
* The MIME type of {@link #CONTENT_URI} providing a directory of data.
*/