Sprache

SecurityLog.TagMediaMount 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 Wechselmedien auf dem Gerät bereitgestellt wurden.

[Android.Runtime.Register("TAG_MEDIA_MOUNT", 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 TagMediaMount = 210013;
[<Android.Runtime.Register("TAG_MEDIA_MOUNT", 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 TagMediaMount : Android.App.Admin.SecurityLogTags

Feldwert

Value = 210013
Attribute

Hinweise

Gibt an, dass Wechselmedien auf dem Gerät bereitgestellt wurden. Der Protokolleintrag enthält die folgenden Informationen zum Ereignis, gekapselt in einem Object Array und zugänglich über SecurityEvent#getData(): <li> [0] Mount Point (String) <li> [1] Volume label (String). Redacted to empty string on organization-owned managed profile devices.

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

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: