Android.App.UiModeManager.DisableCarModeGoHome Field
Flag for use with UiModeManager.DisableCarMode(DisableCarModeFlags): go to the normal home activity as part of the disable.

Value: 1

Syntax

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

Remarks

Flag for use with UiModeManager.DisableCarMode(DisableCarModeFlags): go to the normal home activity as part of the disable. Disabling this way ensures a clean transition between the current activity (in car mode) and the original home activity (which was typically last running without being 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