DevicePolicyManager.LockTaskFeatureSystemInfo 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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_SYSTEM_INFO", 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 LockTaskFeatureSystemInfo = 1;
[<Android.Runtime.Register("LOCK_TASK_FEATURE_SYSTEM_INFO", 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 LockTaskFeatureSystemInfo : Android.App.Admin.LockTaskFeatures
字段值
Value = 1- 属性
注解
在 LockTask 模式下在状态栏中启用系统信息区域。 系统信息区域通常占据状态栏右侧(尽管这在 OEM 之间可能有所不同)。 它包括所有系统信息指示器,例如日期和时间、连接性、电池、振动模式等。
适用于 . 的 android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_SYSTEM_INFO
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。