DevicePolicyManager.LockTaskFeatureOverview Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.App.Admin.LockTaskFeatures enum directly instead of this field.
Activez le bouton Vue d’ensemble et l’écran Vue d’ensemble en mode LockTask.
[Android.Runtime.Register("LOCK_TASK_FEATURE_OVERVIEW", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.LockTaskFeatures enum directly instead of this field.", true)]
public const Android.App.Admin.LockTaskFeatures LockTaskFeatureOverview = 8;
[<Android.Runtime.Register("LOCK_TASK_FEATURE_OVERVIEW", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.LockTaskFeatures enum directly instead of this field.", true)>]
val mutable LockTaskFeatureOverview : Android.App.Admin.LockTaskFeatures
Valeur de champ
Value = 8- Attributs
Remarques
Activez le bouton Vue d’ensemble et l’écran Vue d’ensemble en mode LockTask. Cet indicateur de fonctionnalité peut uniquement être utilisé en combinaison avec #LOCK_TASK_FEATURE_HOME, et #setLockTaskFeatures(ComponentName, int) lève un IllegalArgumentException si cet indicateur de fonctionnalité est défini sans #LOCK_TASK_FEATURE_HOME.
Java documentation pour android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_OVERVIEW.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.