Freigeben über


DevicePolicyManager.IdTypeMeid 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 MEID bestätigen soll.

[Android.Runtime.Register("ID_TYPE_MEID", 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 IdTypeMeid = 8;
[<Android.Runtime.Register("ID_TYPE_MEID", 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 IdTypeMeid : Android.App.Admin.IdAttestationFlags

Feldwert

Value = 8
Attribute

Hinweise

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

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

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: