Compartir a través de


Settings.System.ScreenBrightnessModeAutomatic Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Provider.ScreenBrightness enum directly instead of this field.

SCREEN_BRIGHTNESS_MODE valor para el modo automático.

[Android.Runtime.Register("SCREEN_BRIGHTNESS_MODE_AUTOMATIC")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.ScreenBrightness enum directly instead of this field.", true)]
public const Android.Provider.ScreenBrightness ScreenBrightnessModeAutomatic = 1;
[<Android.Runtime.Register("SCREEN_BRIGHTNESS_MODE_AUTOMATIC")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.ScreenBrightness enum directly instead of this field.", true)>]
val mutable ScreenBrightnessModeAutomatic : Android.Provider.ScreenBrightness

Valor de campo

Value = 1
Atributos

Comentarios

SCREEN_BRIGHTNESS_MODE valor para el modo automático.

Documentación de Java para android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a