SecurityLog.TagPackageUninstalled 字段

定义

注意

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_UNINSTALLED", 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 TagPackageUninstalled = 210043;
[<Android.Runtime.Register("TAG_PACKAGE_UNINSTALLED", 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 TagPackageUninstalled : Android.App.Admin.SecurityLogTags

字段值

Value = 210043
属性

注解

指示已卸载包。 日志条目包含以下有关事件的信息,这些事件封装在数组中Object,可通过 SecurityEvent#getData():<li [0] 卸载包的名称 (String) li> [1] 包版本代码 (Long) <<li>> [2] 卸载此包的用户的 UserId (Integer

Java文档android.app.admin.SecurityLog.TAG_PACKAGE_UNINSTALLED

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于