Sprache

DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorUpdateFileInvalid Feld

Definition

Achtung

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

Stellt dar, dass die Aktualisierungsdatei falsch ist; e.

[Android.Runtime.Register("UPDATE_ERROR_UPDATE_FILE_INVALID", 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 UpdateErrorUpdateFileInvalid = 3;
[<Android.Runtime.Register("UPDATE_ERROR_UPDATE_FILE_INVALID", 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 UpdateErrorUpdateFileInvalid : Android.App.Admin.UpdateErrorCode

Feldwert

Value = 3
Attribute

Hinweise

Stellt dar, dass die Aktualisierungsdatei falsch ist; z. B. nicht übereinstimmende Nutzlasten oder die falsche Komprimierungsmethode wird verwendet.

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

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: