Compartir a través de


SecurityLog.TagAdbShellCmd 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 emitió un comando de shell a través de ADB a través adb shell <command> de La entrada de registro contiene una String carga que contiene el comando de shell, accesible a través de SecurityEvent#getData().

[Android.Runtime.Register("TAG_ADB_SHELL_CMD", 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 TagAdbShellCmd = 210002;
[<Android.Runtime.Register("TAG_ADB_SHELL_CMD", 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 TagAdbShellCmd : Android.App.Admin.SecurityLogTags

Valor de campo

Value = 210002
Atributos

Comentarios

Indica que se emitió un comando de shell a través de ADB a través adb shell <command> de La entrada de registro contiene una String carga que contiene el comando de shell, accesible a través de SecurityEvent#getData(). Si el registro de seguridad está habilitado en dispositivos de perfil administrados propiedad de la organización, el comando de shell se redactará en una cadena vacía.

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

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