DevicePolicyManager.LockTaskFeatureNone 字段

定义

注意

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

在 LockTask 模式下禁用所有可配置的 SystemUI 功能。

[Android.Runtime.Register("LOCK_TASK_FEATURE_NONE", 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 LockTaskFeatureNone = 0;
[<Android.Runtime.Register("LOCK_TASK_FEATURE_NONE", 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 LockTaskFeatureNone : Android.App.Admin.LockTaskFeatures

字段值

Value = 0
属性

注解

在 LockTask 模式下禁用所有可配置的 SystemUI 功能。 这包括<状态栏中的 ul><li>系统信息区域(连接图标、时钟等) <li>通知(包括警报、图标和通知阴影)<li Home button <li>>Recents button and UI <li>global actions menu (即 power button menu) <li>keyguard </ul>

适用于 . 的 android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_NONEJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于