SecurityLog.TagKeyguardSecured Feld

Definition

Achtung

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

Gibt an, dass das Gerät entweder vom Benutzer oder durch ein Timeout gesperrt wurde.

[Android.Runtime.Register("TAG_KEYGUARD_SECURED", 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 TagKeyguardSecured = 210008;
[<Android.Runtime.Register("TAG_KEYGUARD_SECURED", 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 TagKeyguardSecured : Android.App.Admin.SecurityLogTags

Feldwert

Value = 210008
Attribute

Hinweise

Gibt an, dass das Gerät entweder vom Benutzer oder durch ein Timeout gesperrt wurde. Im Protokollereignis gibt es keine zusätzliche Nutzlast.

Java Dokumentation für android.app.admin.SecurityLog.TAG_KEYGUARD_SECURED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: