SystemUpdateInfo.SecurityPatchState Property

Definition

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

SecurityPatchStates

#SECURITY_PATCH_STATE_FALSE, #SECURITY_PATCH_STATE_TRUE, or #SECURITY_PATCH_STATE_UNKNOWN.

Attributes

Remarks

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.

Applies to