Share via


DevicePolicyManager.AppFunctionsDisabled Field

Definition

Caution

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

Indicates that android.app.appfunctions.AppFunctionManager is controlled and disabled by policy, i.

[Android.Runtime.Register("APP_FUNCTIONS_DISABLED", 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 AppFunctionsDisabled = 1;
[<Android.Runtime.Register("APP_FUNCTIONS_DISABLED", 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 AppFunctionsDisabled : Android.App.Admin.DevicePolicyManagerAppFunctionsStatus

Field Value

Value = 1
Attributes

Remarks

Indicates that android.app.appfunctions.AppFunctionManager is controlled and disabled by policy, i.e. no apps in the current user are allowed to expose app functions.

Java documentation for android.app.admin.DevicePolicyManager.APP_FUNCTIONS_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to