Build.VERSION.SecurityPatch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.