UiModeManager.DisableCarMode(DisableCarModeFlags) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
One of the disable car mode flags.
- Attributes
Remarks
Turn off special mode if currently in car mode.
Java documentation for android.app.UiModeManager.disableCarMode(int)
.
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.