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>ホーム ボタン <li>Recents ボタンと UI <li>グローバル アクション メニュー (つまり、電源ボタン メニュー) <li>keyguard </ul>

の Java ドキュメント android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_NONE

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

適用対象