Share via


SecurityLog.TagSyncSendFile Field

Definition

Caution

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

Indicates that a file was pushed to the device via the adb daemon, for example via 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

Field Value

Value = 210004
Attributes

Remarks

Indicates that a file was pushed to the device via the adb daemon, for example via adb push. The log entry contains a String payload containing the destination path of the pushed file, accessible via SecurityEvent#getData().

Java documentation for android.app.admin.SecurityLog.TAG_SYNC_SEND_FILE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to