Sprache

DevicePolicyManager.AutoTimeDisabled Feld

Definition

Achtung

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

Gibt den automatischen Zeitzustand "disabled" an.

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

Feldwert

Value = 1
Attribute

Hinweise

Gibt den automatischen Zeitzustand "disabled" an.

Java Dokumentation für android.app.admin.DevicePolicyManager.AUTO_TIME_DISABLED.

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: