Compartir a través de


SecurityLog.TagSyncSendFile 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 un archivo se insertó en el dispositivo a través del demonio adb, por ejemplo a través de adb push.

[Android.Runtime.Register("TAG_SYNC_SEND_FILE", 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 TagSyncSendFile = 210004;
[<Android.Runtime.Register("TAG_SYNC_SEND_FILE", 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 TagSyncSendFile : Android.App.Admin.SecurityLogTags

Valor de campo

Value = 210004
Atributos

Comentarios

Indica que un archivo se insertó en el dispositivo a través del demonio adb, por ejemplo a través de adb push. La entrada de registro contiene una String carga que contiene la ruta de acceso de destino del archivo insertado, accesible a través de SecurityEvent#getData().

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

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a