ContactsContract.Directory.ExportSupportSameAccountOnly Field

Definition

Caution

This constant will be removed in the future version. Use Android.Provider.ExportSupport enum directly instead of this field.

An #EXPORT_SUPPORT setting that indicates that the directory allow its data copied only to the account specified by #ACCOUNT_TYPE/#ACCOUNT_NAME.

[Android.Runtime.Register("EXPORT_SUPPORT_SAME_ACCOUNT_ONLY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.ExportSupport enum directly instead of this field.", true)]
public const Android.Provider.ExportSupport ExportSupportSameAccountOnly = 1;
[<Android.Runtime.Register("EXPORT_SUPPORT_SAME_ACCOUNT_ONLY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.ExportSupport enum directly instead of this field.", true)>]
val mutable ExportSupportSameAccountOnly : Android.Provider.ExportSupport

Field Value

Value = 1
Attributes

Remarks

An #EXPORT_SUPPORT setting that indicates that the directory allow its data copied only to the account specified by #ACCOUNT_TYPE/#ACCOUNT_NAME.

Java documentation for android.provider.ContactsContract.Directory.EXPORT_SUPPORT_SAME_ACCOUNT_ONLY.

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