SecurityLog.TagKeyguardDismissed Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.

Indicates that keyguard has been dismissed.

[Android.Runtime.Register("TAG_KEYGUARD_DISMISSED", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)]
public const Android.App.Admin.SecurityLogTags TagKeyguardDismissed = 210006;
[<Android.Runtime.Register("TAG_KEYGUARD_DISMISSED", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)>]
val mutable TagKeyguardDismissed : Android.App.Admin.SecurityLogTags

Field Value

Value = 210006
Attributes

Remarks

Indicates that keyguard has been dismissed. This event is only logged if the device has a secure keyguard. It is logged regardless of how keyguard is dismissed, including via PIN/pattern/password, biometrics or via a trust agent. There is no extra payload in the log event.

Java documentation for android.app.admin.SecurityLog.TAG_KEYGUARD_DISMISSED.

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