SecurityLog.TagKeyguardDismissAuthAttempt Field
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.
Caution
This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.
Indicates that there has been an authentication attempt to dismiss the keyguard.
[Android.Runtime.Register("TAG_KEYGUARD_DISMISS_AUTH_ATTEMPT", 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 TagKeyguardDismissAuthAttempt = 210007;
[<Android.Runtime.Register("TAG_KEYGUARD_DISMISS_AUTH_ATTEMPT", 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 TagKeyguardDismissAuthAttempt : Android.App.Admin.SecurityLogTags
Field Value
Value = 210007- Attributes
Remarks
Indicates that there has been an authentication attempt to dismiss the keyguard. The log entry contains the following information about the attempt encapsulated in an Object
array, accessible via SecurityEvent#getData()
: <li> [0] attempt result (Integer
, 1 for successful, 0 for unsuccessful) <li> [1] strength of authentication method (Integer
, 1 if strong authentication method was used, 0 otherwise)
Java documentation for android.app.admin.SecurityLog.TAG_KEYGUARD_DISMISS_AUTH_ATTEMPT
.
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.