次の方法で共有


DevicePolicyManager.LockTaskFeatureKeyguard フィールド

定義

注意事項

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_KEYGUARD", 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 LockTaskFeatureKeyguard = 32;
[<Android.Runtime.Register("LOCK_TASK_FEATURE_KEYGUARD", 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 LockTaskFeatureKeyguard : Android.App.Admin.LockTaskFeatures

フィールド値

Value = 32
属性

注釈

LockTask モード中にキーガードを有効にします。 キーガードが既に無効 #setKeyguardDisabled(ComponentName, boolean)になっている場合、このフラグを設定しても効果はありません。 このフラグが設定されていない場合、ユーザーがロック画面の資格情報を持っていても、キーガードは表示されません。

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象