다음을 통해 공유


DevicePolicyManager.LockTaskFeatureNone Field

Definition

Caution

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

Disable all configurable SystemUI features during LockTask mode.

[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

Field Value

Value = 0
Attributes

Remarks

Disable all configurable SystemUI features during LockTask mode. This includes, <ul> <li>system info area in the status bar (connectivity icons, clock, etc.) <li>notifications (including alerts, icons, and the notification shade) <li>Home button <li>Recents button and UI <li>global actions menu (i.e. power button menu) <li>keyguard </ul>

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

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