SecurityLog.TagUserRestrictionRemoved Feld

Definition

Achtung

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

Gibt an, dass ein Administrator eine Benutzereinschränkung entfernt hat.

[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

Feldwert

Value = 210028
Attribute

Hinweise

Gibt an, dass ein Administrator eine Benutzereinschränkung entfernt hat. Der Protokolleintrag enthält die folgenden Informationen zum Ereignis, in einem Object Array gekapselt und über SecurityEvent#getData(): <li> [0] Administratorpaketname () <li> [1] Administratorbenutzer-ID (StringInteger) <li> [2] Benutzereinschränkung (String)

Java Dokumentation für android.app.admin.SecurityLog.TAG_USER_RESTRICTION_REMOVED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: