Merge changes from topic "presubmit-am-ad0295d4cf8440d8838d2183bb1df3f3" into tm-mainline-prod

* changes:
  [automerge] Update setInTouchMode javadoc 2p: afb41741b9
  Update setInTouchMode javadoc
This commit is contained in:
Antonio Kantek
2022-03-24 21:07:40 +00:00
committed by Android (Google) Code Review

View File

@@ -381,6 +381,10 @@ public class Instrumentation {
* Force the global system in or out of touch mode. This can be used if your
* instrumentation relies on the UI being in one more or the other when it starts.
*
* <p><b>Note:</b> Starting from Android {@link Build.VERSION_CODES#TIRAMISU}, this method
* will only take effect if the instrumentation was sourced from a process with
* {@code MODIFY_TOUCH_MODE_STATE} internal permission granted (shell already have it).
*
* @param inTouch Set to true to be in touch mode, false to be in focus mode.
*/
public void setInTouchMode(boolean inTouch) {