Langue

SecurityLog.TagRemoteLock Champ

Définition

Attention

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

Indique qu’un administrateur a verrouillé à distance l’appareil ou le profil.

[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

Valeur de champ

Value = 210022
Attributs

Remarques

Indique qu’un administrateur a verrouillé à distance l’appareil ou le profil. L’entrée de journal contient les informations suivantes sur l’événement encapsulé dans un Object tableau, accessible via SecurityEvent#getData(): <li> [0] admin package name (String), <li> [1] admin user ID (Integer). <li> [2] ID utilisateur cible (Integer)

Java documentation pour android.app.admin.SecurityLog.TAG_REMOTE_LOCK.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à