Sprache

SystemUpdatePolicy.ValidationFailedException.ErrorCombinedFreezePeriodTooLong Feld

Definition

Achtung

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

Das Gerät hat sich in einem Fixierungszeitraum befunden, und wenn das Gerät mit dem festzulegenden neuen Fixierungszeitraum kombiniert wird, führt es dazu, dass der gesamte Fixierungszeitraum länger als 90 Tage ist.

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

Feldwert

Value = 5

Implementiert

Attribute

Hinweise

Das Gerät hat sich in einem Fixierungszeitraum befunden, und wenn das Gerät mit dem festzulegenden neuen Fixierungszeitraum kombiniert wird, führt es dazu, dass der gesamte Fixierungszeitraum länger als 90 Tage ist.

Java Dokumentation für android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_LONG.

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: