DevicePolicyManager.KeyguardDisableSecureNotifications Feld

Definition

Achtung

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

Deaktivieren Sie die Anzeige aller Benachrichtigungen auf sicheren Keyguard-Bildschirmen (e.

[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

Feldwert

Value = 4
Attribute

Hinweise

Deaktivieren der Anzeige aller Benachrichtigungen auf sicheren Keyguard-Bildschirmen (z. B. PIN/Muster/Kennwort)

Java Dokumentation für android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_SECURE_NOTIFICATIONS.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: