Udostępnij za pośrednictwem


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

Value = 0
Attributes

Remarks

SCREEN_BRIGHTNESS_MODE value for manual mode.

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

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