Sprache

DevicePolicyManager.AppFunctionsDisabled Feld

Definition

Achtung

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

Gibt an, dass von android.app.appfunctions.AppFunctionManager der Richtlinie gesteuert und deaktiviert wird, 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

Feldwert

Value = 1
Attribute

Hinweise

Gibt an, dass von android.app.appfunctions.AppFunctionManager der Richtlinie gesteuert und deaktiviert wird, d. h. keine Apps im aktuellen Benutzer können App-Funktionen verfügbar machen.

Java Dokumentation für android.app.admin.DevicePolicyManager.APP_FUNCTIONS_DISABLED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: