DevicePolicyManager.LockTaskFeatureNotifications 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 les notifications en mode LockTask.
[Android.Runtime.Register("LOCK_TASK_FEATURE_NOTIFICATIONS", 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 LockTaskFeatureNotifications = 2;
[<Android.Runtime.Register("LOCK_TASK_FEATURE_NOTIFICATIONS", 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 LockTaskFeatureNotifications : Android.App.Admin.LockTaskFeatures
Valeur de champ
Value = 2- Attributs
Remarques
Activez les notifications en mode LockTask. Cela inclut les icônes de notification dans la barre d’état, les notifications en tête vers le haut et l’ombre de notification extensible. Notez que le panneau Paramètres rapides reste désactivé. Cet indicateur de fonctionnalité ne peut être utilisé qu’en combinaison avec #LOCK_TASK_FEATURE_HOME. #setLockTaskFeatures(ComponentName, int) lève une IllegalArgumentException exception si cet indicateur de fonctionnalité est défini sans #LOCK_TASK_FEATURE_HOME.
Documentation Java pour android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.