DevicePolicyManager.KeyguardDisableUnredactedNotifications Campo

Definição

Cuidado

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

Permitir somente notificações redigidas em telas de proteção de proteção (por exemplo,

[Android.Runtime.Register("KEYGUARD_DISABLE_UNREDACTED_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 KeyguardDisableUnredactedNotifications = 8;
[<Android.Runtime.Register("KEYGUARD_DISABLE_UNREDACTED_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 KeyguardDisableUnredactedNotifications : Android.App.Admin.KeyguardDisable

Valor do campo

Value = 8
Atributos

Comentários

Permitir somente notificações redigidas em telas de proteção de chave (por exemplo, PIN/Padrão/Senha)

Java documentação para android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a