Compartir a través de


SecurityLog.TagKeyguardDisabledFeaturesSet Campo

Definición

Precaución

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

Indica que un administrador ha establecido características de keyguard deshabilitadas.

[Android.Runtime.Register("TAG_KEYGUARD_DISABLED_FEATURES_SET", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)]
public const Android.App.Admin.SecurityLogTags TagKeyguardDisabledFeaturesSet = 210021;
[<Android.Runtime.Register("TAG_KEYGUARD_DISABLED_FEATURES_SET", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)>]
val mutable TagKeyguardDisabledFeaturesSet : Android.App.Admin.SecurityLogTags

Valor de campo

Value = 210021
Atributos

Comentarios

Indica que un administrador ha establecido características de keyguard deshabilitadas. La entrada de registro contiene la siguiente información sobre el evento encapsulado en una Object matriz, accesible a través SecurityEvent#getData()de : <li> [0] nombre del paquete de administración (String) <li> [1] id. de usuario administrador (Integer) <li> [2] id. de usuario de destino (Integer) <li> [3] máscara de características de keyguard deshabilitada (Integer).

Documentación de Java para android.app.admin.SecurityLog.TAG_KEYGUARD_DISABLED_FEATURES_SET.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a