ContactsContract.RemoveDuplicateEntries Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.