Language

UiModeManager.DisableCarMode(DisableCarModeFlags) Method

Definition

Turn off special mode if currently in car mode.

[Android.Runtime.Register("disableCarMode", "(I)V", "GetDisableCarMode_IHandler")]
public virtual void DisableCarMode(Android.App.DisableCarModeFlags flags);
[<Android.Runtime.Register("disableCarMode", "(I)V", "GetDisableCarMode_IHandler")>]
abstract member DisableCarMode : Android.App.DisableCarModeFlags -> unit
override this.DisableCarMode : Android.App.DisableCarModeFlags -> unit

Parameters

flags
DisableCarModeFlags

int: One of the disable car mode flags. Value is one of the following: DISABLE_CAR_MODE_GO_HOME

Attributes

Remarks

Turn off special mode if currently in car mode.

Android reference for android.app.UiModeManager.disableCarMode.

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