Share via


LocaleConfig.StatusNotSpecified Field

Definition

Caution

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

No android:localeConfig tag on <application>.

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

Field Value

Value = 1

Implements

Attributes

Remarks

No android:localeConfig tag on <application>.

Java documentation for android.app.LocaleConfig.STATUS_NOT_SPECIFIED.

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