次の方法で共有


SecurityLog.TagPackageInstalled フィールド

定義

注意事項

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_INSTALLED", 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 TagPackageInstalled = 210041;
[<Android.Runtime.Register("TAG_PACKAGE_INSTALLED", 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 TagPackageInstalled : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210041
属性

注釈

パッケージがインストールされていることを示します。 ログ エントリには、配列<にカプセル化され、次のイベントに関する情報が含まれています。li> [0] インストールされているパッケージの名前 (String) <li> [1] パッケージ バージョン コード (Long) <li> [2] このパッケージをインストールしたユーザーの UserId (Integer)ObjectSecurityEvent#getData()

の Java ドキュメント android.app.admin.SecurityLog.TAG_PACKAGE_INSTALLED

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

適用対象