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#setLockTaskFeatures(ComponentName, int)のみ使用でき、この機能フラグが なしで#LOCK_TASK_FEATURE_HOME定義されている場合は がスローIllegalArgumentExceptionされます。

android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_OVERVIEWJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象