Android.App.UiModeManager: Field Members

The fields of Android.App.UiModeManager are listed below. For a list of all members, see the UiModeManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
DisableCarModeGoHomeDisableCarModeFlags (1). Flag for use with UiModeManager.DisableCarMode(DisableCarModeFlags): go to the normal home activity as part of the disable.
const
EnableCarModeAllowSleepEnableCarModeFlags (2). Flag for use with UiModeManager.EnableCarMode(EnableCarModeFlags): allow sleep mode while in car mode.
const
EnableCarModeGoCarHomeEnableCarModeFlags (1). Flag for use with UiModeManager.EnableCarMode(EnableCarModeFlags): go to the car home activity as part of the enable.
const
ModeNightAutoUiNightMode (0). Constant for UiModeManager.NightMode and UiModeManager.NightMode: automatically switch night mode on and off based on the time.
const
ModeNightNoUiNightMode (1). Constant for UiModeManager.NightMode and UiModeManager.NightMode: never run in night mode.
const
ModeNightYesUiNightMode (2). Constant for UiModeManager.NightMode and UiModeManager.NightMode: always run in night mode.