Skip to content

Commit d897c36

Browse files
Paige McAuliffecopybara-androidxtest
authored andcommitted
Update DeviceInteraction.perform() javadoc
PiperOrigin-RevId: 546999285
1 parent 5931038 commit d897c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espresso/device/java/androidx/test/espresso/device/DeviceInteraction.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ constructor(private val context: ActionContext, private val deviceController: De
4343

4444
/**
4545
* Performs the given action on the test device. This method should not be called on the main
46-
* thread.
46+
* thread. The calling thread is blocked until the requested device action is completed.
4747
*
4848
* @param action the DeviceAction to execute.
4949
* @return this interaction for further perform/verification calls.

0 commit comments

Comments
 (0)