Idioma

DevicePolicyManager.KeyguardDisableWidgetsAll Campo

Definição

Cuidado

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

Desabilite todos os widgets do 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

Valor do campo

Value = 1
Atributos

Comentários

Desabilite todos os widgets do keyguard. Não tem efeito entre android.os.Build.VERSION_CODES#LOLLIPOP e android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE (ambos inclusivos), já que o widget do keyguard só tem suporte em versões do Android inferiores a 5.0 e versões superiores a 14.

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

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