Settings.System.ScreenBrightnessModeManual 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 manual mode.

[Android.Runtime.Register("SCREEN_BRIGHTNESS_MODE_MANUAL")]
[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 ScreenBrightnessModeManual = 0;
[<Android.Runtime.Register("SCREEN_BRIGHTNESS_MODE_MANUAL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.ScreenBrightness enum directly instead of this field.", true)>]
val mutable ScreenBrightnessModeManual : Android.Provider.ScreenBrightness

Field Value

ScreenBrightness
Attributes

Remarks

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