Share via


SecurityLog.TagSyncRecvFile 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 pulled from the device via the adb daemon, for example via adb pull.

[Android.Runtime.Register("TAG_SYNC_RECV_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 TagSyncRecvFile = 210003;
[<Android.Runtime.Register("TAG_SYNC_RECV_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 TagSyncRecvFile : Android.App.Admin.SecurityLogTags

Field Value

Value = 210003
Attributes

Remarks

Indicates that a file was pulled from the device via the adb daemon, for example via adb pull. The log entry contains a String payload containing the path of the pulled file on the device, accessible via SecurityEvent#getData().

Java documentation for android.app.admin.SecurityLog.TAG_SYNC_RECV_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