Lenguaje

SecurityLog.TagMaxScreenLockTimeoutSet 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 un tiempo de espera máximo de bloqueo de pantalla.

[Android.Runtime.Register("TAG_MAX_SCREEN_LOCK_TIMEOUT_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 TagMaxScreenLockTimeoutSet = 210019;
[<Android.Runtime.Register("TAG_MAX_SCREEN_LOCK_TIMEOUT_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 TagMaxScreenLockTimeoutSet : Android.App.Admin.SecurityLogTags

Valor de campo

Value = 210019
Atributos

Comentarios

Indica que un administrador ha establecido un tiempo de espera máximo de bloqueo de pantalla. 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] nuevo tiempo de espera de bloqueo de pantalla en milisegundos (Long)

Java documentación para android.app.admin.SecurityLog.TAG_MAX_SCREEN_LOCK_TIMEOUT_SET.

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