Build.VERSION.SecurityPatch Property

Definition

The user-visible security patch level.

[Android.Runtime.Register("SECURITY_PATCH", ApiSince=23)]
public static string SecurityPatch { get; }
[<Android.Runtime.Register("SECURITY_PATCH", ApiSince=23)>]
static member SecurityPatch : string

Property Value

Attributes

Remarks

The user-visible security patch level. This value represents the date when the device most recently applied a security patch.

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

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