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
属性

注釈

セキュリティで保護されたキーガード画面にすべての通知を表示できないようにする (例: PIN/パターン/パスワード)

Javaドキュメント。

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

適用対象