Freigeben über


DevicePolicyManager.LockTaskFeatureSystemInfo Field

Definition

Caution

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

Enable the system info area in the status bar during LockTask mode.

[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

Field Value

Value = 1
Attributes

Remarks

Enable the system info area in the status bar during LockTask mode. The system info area usually occupies the right side of the status bar (although this can differ across OEMs). It includes all system information indicators, such as date and time, connectivity, battery, vibration mode, etc.

Java documentation for android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_SYSTEM_INFO.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to