Language

ContactsContract.Settings.AccountAttributes.AttributeDataOriginCloud Field

Definition

Indicates that the primary, canonical storage location and authoritative source for contacts associated with this account is a cloud service.

[Android.Runtime.Register("ATTRIBUTE_DATA_ORIGIN_CLOUD", ApiSince=37)]
public const long AttributeDataOriginCloud = 4;
[<Android.Runtime.Register("ATTRIBUTE_DATA_ORIGIN_CLOUD", ApiSince=37)>]
val mutable AttributeDataOriginCloud : int64

Field Value

Value = 4
Attributes

Remarks

Indicates that the primary, canonical storage location and authoritative source for contacts associated with this account is a cloud service. This applies regardless of whether contacts were initially created on the device and then synchronized to the cloud, or if they were created directly in the cloud and downloaded to the device. The cloud serves as the central hub for persistence and synchronization across devices. An account can only have one of attributes among ATTRIBUTE_DATA_ORIGIN_LOCAL, ATTRIBUTE_DATA_ORIGIN_SIM and ATTRIBUTE_DATA_ORIGIN_CLOUD.

Android reference for android.provider.ContactsContract.Settings.AccountAttributes.ATTRIBUTE_DATA_ORIGIN_CLOUD.

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