Язык

SecurityLog.TagPackageUpdated Поле

Определение

Внимание!

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

Указывает, что пакет обновляется.

[Android.Runtime.Register("TAG_PACKAGE_UPDATED", ApiSince=34)]
[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 TagPackageUpdated = 210042;
[<Android.Runtime.Register("TAG_PACKAGE_UPDATED", ApiSince=34)>]
[<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 TagPackageUpdated : Android.App.Admin.SecurityLogTags

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

Value = 210042
Атрибуты

Комментарии

Указывает, что пакет обновляется. Запись журнала содержит следующие сведения о событии, инкапсулированные в Object массиве и доступные через SecurityEvent#getData(): <li> [0] Имя обновляемого пакета (String) <li [1] Код версии пакета (<Long) li>> [2] UserId пользователя, который обновил этот пакет (Integer)

Java документации по android.app.admin.SecurityLog.TAG_PACKAGE_UPDATED.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

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