ContactsContract.RemoveDuplicateEntries Field

Definition

A boolean parameter for CommonDataKinds.Phone#CONTENT_URI Phone.CONTENT_URI, CommonDataKinds.Email#CONTENT_URI Email.CONTENT_URI, and CommonDataKinds.StructuredPostal#CONTENT_URI StructuredPostal.CONTENT_URI.

[Android.Runtime.Register("REMOVE_DUPLICATE_ENTRIES")]
public const string RemoveDuplicateEntries;
[<Android.Runtime.Register("REMOVE_DUPLICATE_ENTRIES")>]
val mutable RemoveDuplicateEntries : string

Field Value

Attributes

Remarks

A boolean parameter for CommonDataKinds.Phone#CONTENT_URI Phone.CONTENT_URI, CommonDataKinds.Email#CONTENT_URI Email.CONTENT_URI, and CommonDataKinds.StructuredPostal#CONTENT_URI StructuredPostal.CONTENT_URI. This enables a content provider to remove duplicate entries in results.

Java documentation for android.provider.ContactsContract.REMOVE_DUPLICATE_ENTRIES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to