DevicePolicyManager.KeyguardDisableWidgetsAll フィールド

定義

注意事項

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

すべての keyguard ウィジェットを無効にします。

[Android.Runtime.Register("KEYGUARD_DISABLE_WIDGETS_ALL")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.KeyguardDisable enum directly instead of this field.", true)]
public const Android.App.Admin.KeyguardDisable KeyguardDisableWidgetsAll = 1;
[<Android.Runtime.Register("KEYGUARD_DISABLE_WIDGETS_ALL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.KeyguardDisable enum directly instead of this field.", true)>]
val mutable KeyguardDisableWidgetsAll : Android.App.Admin.KeyguardDisable

フィールド値

Value = 1
属性

注釈

すべての keyguard ウィジェットを無効にします。 keyguard ウィジェットは 5.0 未満の Android バージョンでのみサポートされているため、以降 android.os.Build.VERSION_CODES#LOLLIPOP は効果がありません。

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

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

適用対象