am 0c36a517: Add private API for data with presence.
Merge commit '0c36a517cd01a7112460a96f9f0fa2badf8f7015' into eclair-plus-aosp * commit '0c36a517cd01a7112460a96f9f0fa2badf8f7015': Add private API for data with presence.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user