Compartir a través de


DevicePolicyManager.LockTaskFeatureNotifications Campo

Definición

Precaución

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

Habilite las notificaciones durante el modo 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

Valor de campo

Value = 2
Atributos

Comentarios

Habilite las notificaciones durante el modo LockTask. Esto incluye iconos de notificación en la barra de estado, las notificaciones de encabezado y la sombra de notificación expandible. Tenga en cuenta que el panel Configuración rápida permanece deshabilitado. Esta marca de característica solo se puede usar en combinación con #LOCK_TASK_FEATURE_HOME. #setLockTaskFeatures(ComponentName, int) produce una IllegalArgumentException excepción si esta marca de característica se define sin #LOCK_TASK_FEATURE_HOME.

Documentación de Java para android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a