Share via


Instrumentation.ResetInTouchMode Method

Definition

Resets the #setInTouchMode touch mode to the device default.

[Android.Runtime.Register("resetInTouchMode", "()V", "GetResetInTouchModeHandler", ApiSince=33)]
public virtual void ResetInTouchMode ();
[<Android.Runtime.Register("resetInTouchMode", "()V", "GetResetInTouchModeHandler", ApiSince=33)>]
abstract member ResetInTouchMode : unit -> unit
override this.ResetInTouchMode : unit -> unit
Attributes

Remarks

Resets the #setInTouchMode touch mode to the device default.

Java documentation for android.app.Instrumentation.resetInTouchMode().

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