Compartir a través de


SecurityLog.TagRemoteLock 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 bloqueó de forma remota el dispositivo o el perfil.

[Android.Runtime.Register("TAG_REMOTE_LOCK", 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 TagRemoteLock = 210022;
[<Android.Runtime.Register("TAG_REMOTE_LOCK", 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 TagRemoteLock : Android.App.Admin.SecurityLogTags

Valor de campo

Value = 210022
Atributos

Comentarios

Indica que un administrador bloqueó de forma remota el dispositivo o el perfil. 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 administrador (String), <li> [1] id. de usuario administrador (Integer). <li> [2] id. de usuario de destino (Integer)

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

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