Sprache

DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorIncorrectOsVersion Feld

Definition

Achtung

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

Stellt die Updatedatei dar, die für unterschiedliche Betriebssystemversion vorgesehen ist.

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

Feldwert

Value = 2
Attribute

Hinweise

Stellt die Updatedatei dar, die für unterschiedliche Betriebssystemversion vorgesehen ist.

Java Dokumentation für android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_INCORRECT_OS_VERSION.

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: