Instrumentation.ResetInTouchMode 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.
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.