DevicePolicyManager.KeyguardDisableSecureNotifications フィールド

定義

注意事項

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

セキュリティで保護されたキーガード画面にすべての通知を表示するを無効にする (例:

[Android.Runtime.Register("KEYGUARD_DISABLE_SECURE_NOTIFICATIONS")]
[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 KeyguardDisableSecureNotifications = 4;
[<Android.Runtime.Register("KEYGUARD_DISABLE_SECURE_NOTIFICATIONS")>]
[<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 KeyguardDisableSecureNotifications : Android.App.Admin.KeyguardDisable

フィールド値

Value = 4
属性

注釈

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

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

適用対象