Merge "Allow ContactsProvider to remove dulicates" into ics-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
d8f5e6badb
@@ -186,6 +186,16 @@ public final class ContactsContract {
|
||||
*/
|
||||
public static final String DEFERRED_SNIPPETING_QUERY = "deferred_snippeting_query";
|
||||
|
||||
/**
|
||||
* A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI},
|
||||
* {@link CommonDataKinds.Email#CONTENT_URI}, and
|
||||
* {@link CommonDataKinds.StructuredPostal#CONTENT_URI}.
|
||||
* This enables a content provider to remove duplicate entries in results.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String REMOVE_DUPLICATE_ENTRIES = "remove_duplicate_entries";
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* API for obtaining a pre-authorized version of a URI that normally requires special
|
||||
|
||||
Reference in New Issue
Block a user