Compartir a través de


SecurityLog.TagAdbShellInteractive Campo

Definición

Precaución

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

Indica que se abrió un shell interactivo de ADB a través de "shell de adb".

[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

Valor de campo

Value = 210001
Atributos

Comentarios

Indica que se abrió un shell interactivo de ADB a través de "shell de adb". No hay ninguna carga adicional en el evento de registro.

Documentación de Java para android.app.admin.SecurityLog.TAG_ADB_SHELL_INTERACTIVE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a