DevicePolicyManager.LockTaskFeatureBlockActivityStartInTask 字段

定义

注意

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

允许阻止非允许列表的活动开始进入锁定的任务。

[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

字段值

Value = 64
属性

注解

允许阻止非允许列表的活动开始进入锁定的任务。

Java文档android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_BLOCK_ACTIVITY_START_IN_TASK

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于