次の方法で共有


SecurityLog.TagKeyguardDismissed フィールド

定義

注意事項

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

キーガードが無視されたことを示します。

[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

フィールド値

Value = 210006
属性

注釈

キーガードが無視されたことを示します。 このイベントは、デバイスにセキュリティで保護されたキーガードがある場合にのみログに記録されます。 PIN/パターン/パスワード、生体認証、またはトラスト エージェントを介してキーガードを無視する方法に関係なくログに記録されます。 ログ イベントに追加のペイロードはありません。

android.app.admin.SecurityLog.TAG_KEYGUARD_DISMISSEDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象