DevicePolicyManager.AutoTimeEnabled Campo

Definición

Precaución

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

Especifica el estado de tiempo automático "habilitado".

[Android.Runtime.Register("AUTO_TIME_ENABLED", 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 AutoTimeEnabled = 2;
[<Android.Runtime.Register("AUTO_TIME_ENABLED", 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 AutoTimeEnabled : Android.App.Admin.DevicePolicyManagerAutoTimeStatus

Valor de campo

Value = 2
Atributos

Comentarios

Especifica el estado de tiempo automático "habilitado".

Java documentación para android.app.admin.DevicePolicyManager.AUTO_TIME_ENABLED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a