Sprache

SecurityLog.TagAdbShellInteractive 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 eine interaktive ADB-Shell über "adb shell" geöffnet wurde.

[Android.Runtime.Register("TAG_ADB_SHELL_INTERACTIVE", 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 TagAdbShellInteractive = 210001;
[<Android.Runtime.Register("TAG_ADB_SHELL_INTERACTIVE", 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 TagAdbShellInteractive : Android.App.Admin.SecurityLogTags

Feldwert

Value = 210001
Attribute

Hinweise

Gibt an, dass eine interaktive ADB-Shell über "adb shell" geöffnet wurde. Im Protokollereignis gibt es keine zusätzliche Nutzlast.

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

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: