Compartilhar via


Settings.System.ScreenBrightnessModeAutomatic Campo

Definição

Cuidado

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

SCREEN_BRIGHTNESS_MODE valor para o 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 do campo

Value = 1
Atributos

Comentários

SCREEN_BRIGHTNESS_MODE valor para o modo automático.

Documentação Java para android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a