Aracılığıyla paylaş


Settings.System.ScreenBrightnessModeAutomatic Field

Definition

Caution

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

SCREEN_BRIGHTNESS_MODE value for automatic mode.

[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

Field Value

Value = 1
Attributes

Remarks

SCREEN_BRIGHTNESS_MODE value for automatic mode.

Java documentation for android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to