Share via


SimPhonebookContract.ElementaryFiles.EfAdn Field

Definition

Caution

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

Type for accessing records in the "abbreviated dialing number" (ADN) elementary file on the SIM.

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

Field Value

Value = 1
Attributes

Remarks

Type for accessing records in the "abbreviated dialing number" (ADN) elementary file on the SIM.

ADN records are typically user created.

Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.EF_ADN.

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