We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b228af + 19352e0 commit d8f5e6bCopy full SHA for d8f5e6b
core/java/android/provider/ContactsContract.java
@@ -186,6 +186,16 @@ public final class ContactsContract {
186
*/
187
public static final String DEFERRED_SNIPPETING_QUERY = "deferred_snippeting_query";
188
189
+ /**
190
+ * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI},
191
+ * {@link CommonDataKinds.Email#CONTENT_URI}, and
192
+ * {@link CommonDataKinds.StructuredPostal#CONTENT_URI}.
193
+ * This enables a content provider to remove duplicate entries in results.
194
+ *
195
+ * @hide
196
+ */
197
+ public static final String REMOVE_DUPLICATE_ENTRIES = "remove_duplicate_entries";
198
+
199
/**
200
* <p>
201
* API for obtaining a pre-authorized version of a URI that normally requires special
0 commit comments