DevicePolicyManager.AppFunctionsNotControlledByPolicy フィールド

定義

注意事項

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

android.app.appfunctions.AppFunctionManagerがポリシーによって制御されていないことを示します。

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

フィールド値

Value = 0
属性

注釈

android.app.appfunctions.AppFunctionManagerがポリシーによって制御されていないことを示します。

管理者がこのポリシーを設定していない場合は、appfunctions が有効になっていることを意味します。

Javaドキュメント。

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

適用対象