Build.VERSION_CODES.CurDevelopment Field

Definition

Caution

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

Magic version number for a current development build, which has not yet turned into an official release.

[Android.Runtime.Register("CUR_DEVELOPMENT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)]
public const Android.OS.BuildVersionCodes CurDevelopment = 10000;
[<Android.Runtime.Register("CUR_DEVELOPMENT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)>]
val mutable CurDevelopment : Android.OS.BuildVersionCodes

Field Value

Value = 10000
Attributes

Remarks

Magic version number for a current development build, which has not yet turned into an official release.

Java documentation for android.os.Build.VERSION_CODES.CUR_DEVELOPMENT.

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