Поделиться через


SecurityLog.TagSyncRecvFile Поле

Определение

Внимание!

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

Указывает, что файл был извлечен с устройства с помощью управляющей программы adb, например через 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

Значение поля

Value = 210003
Атрибуты

Комментарии

Указывает, что файл был извлечен с устройства с помощью управляющей программы adb, например через adb pull. Запись журнала содержит полезные String данные, содержащие путь извлеченного файла на устройстве, доступный через SecurityEvent#getData().

Документация по Java для android.app.admin.SecurityLog.TAG_SYNC_RECV_FILE.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к