SecurityLog.TagPackageUninstalled Campo

Definição

Cuidado

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

Indica que um pacote está desinstalado.

[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

Valor do campo

Value = 210043
Atributos

Comentários

Indica que um pacote está desinstalado. A entrada de log contém as seguintes informações sobre o evento, encapsuladas em uma Object matriz e acessíveis via SecurityEvent#getData(): <li> [0] Nome do pacote que está sendo desinstalado (String) <li> [1] Código de versão do pacote (Long) <li> [2] UserId do usuário que desinstalou esse pacote (Integer)

Java documentação para android.app.admin.SecurityLog.TAG_PACKAGE_UNINSTALLED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a