SecurityLog.TagUserRestrictionRemoved Campo

Definizione

Attenzione

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

Indica che un amministratore ha rimosso una restrizione utente.

[Android.Runtime.Register("TAG_USER_RESTRICTION_REMOVED", 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 TagUserRestrictionRemoved = 210028;
[<Android.Runtime.Register("TAG_USER_RESTRICTION_REMOVED", 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 TagUserRestrictionRemoved : Android.App.Admin.SecurityLogTags

Valore del campo

Value = 210028
Attributi

Commenti

Indica che un amministratore ha rimosso una restrizione utente. La voce di log contiene le informazioni seguenti sull'evento, incapsulate in una Object matrice e accessibili tramite SecurityEvent#getData(): <li> [0] admin package name (String) <li> [1] admin user ID (Integer) <li> [2] user restriction (String)

Documentazione java per android.app.admin.SecurityLog.TAG_USER_RESTRICTION_REMOVED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a