Lenguaje

DevicePolicyManager.KeyguardDisableWidgetsAll Campo

Definición

Precaución

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

Deshabilite todos los widgets de 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 de campo

Value = 1
Atributos

Comentarios

Deshabilite todos los widgets de keyguard. No tiene ningún efecto entre android.os.Build.VERSION_CODES#LOLLIPOP y android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE (ambos incluidos), ya que el widget keyguard solo se admite en versiones de Android inferiores a 5.0 y versiones posteriores a 14.

Java documentación para android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_WIDGETS_ALL.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a