Share via


Build.VERSION_CODES.SV2 Field

Definition

Caution

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

S V2.

[Android.Runtime.Register("S_V2", ApiSince=32)]
[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 SV2 = 32;
[<Android.Runtime.Register("S_V2", ApiSince=32)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)>]
val mutable SV2 : Android.OS.BuildVersionCodes

Field Value

Value = 32
Attributes

Remarks

S V2.

Once more unto the breach, dear friends, once more.

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

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