Merge "Adding a mime type for the phone lookup URI."
This commit is contained in:
committed by
Android (Google) Code Review
commit
28853c5f09
@@ -2935,6 +2935,13 @@ public final class ContactsContract {
|
||||
*/
|
||||
public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath(AUTHORITY_URI,
|
||||
"phone_lookup");
|
||||
|
||||
/**
|
||||
* The MIME type of {@link #CONTENT_FILTER_URI} providing a directory of phone lookup rows.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String CONTENT_TYPE = "vnd.android.cursor.dir/phone_lookup";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user