次の方法で共有


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カプセル化され、アンインストールされるパッケージの名前 () li> [1] パッケージ バージョン コード (LongString) <<li>> [2] このパッケージをアンインストールしたユーザーの UserId (Integer) を介してSecurityEvent#getData()<アクセスできます

android.app.admin.SecurityLog.TAG_PACKAGE_UNINSTALLEDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象