DevicePolicyManager.LockTaskFeatureOverview 字段

定义

注意

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

在 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

字段值

Value = 8
属性

注解

在 LockTask 模式下启用“概述”按钮和“概述”屏幕。 此功能标志只能与此功能标志结合使用#LOCK_TASK_FEATURE_HOME,如果在未#LOCK_TASK_FEATURE_HOME定义此功能标志的情况下,将#setLockTaskFeatures(ComponentName, int)引发IllegalArgumentException此功能标志。

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

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

适用于