Build.VERSION.Release Property

Definition

The user-visible version string.

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

Property Value

Attributes

Remarks

The user-visible version string. E.g., "1.0" or "3.4b5" or "bananas".

This field is an opaque string. Do not assume that its value has any particular structure or that values of RELEASE from different releases can be somehow ordered.

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

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