Build.Type Property

Definition

The type of build, like "user" or "eng".

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

Property Value

Attributes

Remarks

The type of build, like "user" or "eng".

Java documentation for android.os.Build.TYPE.

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