Android.App.UiModeManager.EnableCarModeGoCarHome Field
Flag for use with UiModeManager.EnableCarMode(EnableCarModeFlags): go to the car home activity as part of the enable.

Value: 1

Syntax

[Android.Runtime.Register("ENABLE_CAR_MODE_GO_CAR_HOME")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.EnableCarModeFlags enum directly instead of this field.")]
public const EnableCarModeFlags EnableCarModeGoCarHome

Remarks

Flag for use with UiModeManager.EnableCarMode(EnableCarModeFlags): go to the car home activity as part of the enable. Enabling this way ensures a clean transition between the current activity (in non-car-mode) and the car home activity that will serve as home while in car mode. This will switch to the car home activity even if we are already in car mode.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8