Build.Tags Property

Definition

Comma-separated tags describing the build, like "unsigned,debug".

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

Property Value

Attributes

Remarks

Comma-separated tags describing the build, like "unsigned,debug".

Java documentation for android.os.Build.TAGS.

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