SimPhonebookContract.ElementaryFiles.EfUnknown Field

Definition

Caution

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

A value for an elementary file that is not recognized.

[Android.Runtime.Register("EF_UNKNOWN", 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 EfUnknown = 0;
[<Android.Runtime.Register("EF_UNKNOWN", 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 EfUnknown : Android.Provider.SimElementaryFileType

Field Value

Value = 0
Attributes

Remarks

A value for an elementary file that is not recognized.

Generally this should be ignored. If new values are added then this will be used for apps that target SDKs where they aren't defined.

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

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