Build.VERSION.Codename Property

Definition

The current development codename, or the string "REL" if this is a release build.

[Android.Runtime.Register("CODENAME")]
public static string Codename { get; }
[<Android.Runtime.Register("CODENAME")>]
static member Codename : string

Property Value

Attributes

Remarks

The current development codename, or the string "REL" if this is a release build.

Java documentation for android.os.Build.VERSION.CODENAME.

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