DevicePolicyManager.IdTypeImei Feld

Definition

Achtung

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

Gibt an, dass das Gerät seine IMEI bestätigen soll.

[Android.Runtime.Register("ID_TYPE_IMEI", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.IdAttestationFlags enum directly instead of this field.", true)]
public const Android.App.Admin.IdAttestationFlags IdTypeImei = 4;
[<Android.Runtime.Register("ID_TYPE_IMEI", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.IdAttestationFlags enum directly instead of this field.", true)>]
val mutable IdTypeImei : Android.App.Admin.IdAttestationFlags

Feldwert

Value = 4
Attribute

Hinweise

Gibt an, dass das Gerät seine IMEI bestätigen soll. Für die Verwendung mit #generateKeyPair.

Java-Dokumentation für android.app.admin.DevicePolicyManager.ID_TYPE_IMEI.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: