PackagePolicy.PackagePolicyAllowlist フィールド

定義

注意事項

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

PackagePolicy 型インジケーター PackagePolicy

[Android.Runtime.Register("PACKAGE_POLICY_ALLOWLIST", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PackagePolicyMode enum directly instead of this field.", true)]
public const Android.App.Admin.PackagePolicyMode PackagePolicyAllowlist = 3;
[<Android.Runtime.Register("PACKAGE_POLICY_ALLOWLIST", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PackagePolicyMode enum directly instead of this field.", true)>]
val mutable PackagePolicyAllowlist : Android.App.Admin.PackagePolicyMode

フィールド値

Value = 3

実装

属性

注釈

PackagePolicy 型インジケーター PackagePolicy

この定数は、許可リストとして機能する によって PackagePolicy#getPackageNames()返されるパッケージを除き、すべてのパッケージが拒否されることを示します。

android.app.admin.PackagePolicy.PACKAGE_POLICY_ALLOWLISTJava ドキュメント。

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

適用対象