SystemUpdateInfo.SecurityPatchState 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.
Gets whether the update is a security patch.
public Android.App.Admin.SecurityPatchStates SecurityPatchState { [Android.Runtime.Register("getSecurityPatchState", "()I", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getSecurityPatchState", "()I", "", ApiSince=26)>]
member this.SecurityPatchState : Android.App.Admin.SecurityPatchStates
Property Value
#SECURITY_PATCH_STATE_FALSE
, #SECURITY_PATCH_STATE_TRUE
, or
#SECURITY_PATCH_STATE_UNKNOWN
.
- Attributes
Remarks
Gets whether the update is a security patch.
Java documentation for android.app.admin.SystemUpdateInfo.getSecurityPatchState()
.
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.