Compartir a través de


SecurityLog.TagKeyguardSecured 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 el dispositivo ha sido bloqueado, ya sea por el usuario o por un tiempo de espera.

[Android.Runtime.Register("TAG_KEYGUARD_SECURED", ApiSince=24)]
[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 TagKeyguardSecured = 210008;
[<Android.Runtime.Register("TAG_KEYGUARD_SECURED", ApiSince=24)>]
[<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 TagKeyguardSecured : Android.App.Admin.SecurityLogTags

Valor de campo

Value = 210008
Atributos

Comentarios

Indica que el dispositivo ha sido bloqueado, ya sea por el usuario o por un tiempo de espera. No hay ninguna carga adicional en el evento de registro.

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

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a