Lenguaje

DevicePolicyManager.LockTaskFeatureBlockActivityStartInTask 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 el bloqueo de actividades no permitidas que se inician en una tarea bloqueada.

[Android.Runtime.Register("LOCK_TASK_FEATURE_BLOCK_ACTIVITY_START_IN_TASK", ApiSince=30)]
[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 LockTaskFeatureBlockActivityStartInTask = 64;
[<Android.Runtime.Register("LOCK_TASK_FEATURE_BLOCK_ACTIVITY_START_IN_TASK", ApiSince=30)>]
[<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 LockTaskFeatureBlockActivityStartInTask : Android.App.Admin.LockTaskFeatures

Valor de campo

Value = 64
Atributos

Comentarios

Habilite el bloqueo de actividades no permitidas que se inician en una tarea bloqueada.

Java documentación para android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_BLOCK_ACTIVITY_START_IN_TASK.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a