Merge \"Fix code example in testing-support-library.\" into mnc-io-docs
am: e172a4b692
Change-Id: I47e39e2a19289d12d1d54000c974ef9c1c97839a
This commit is contained in:
@@ -523,7 +523,7 @@ onView(withId(R.id.changeTextBt)).perform(click());</pre>
|
|||||||
mDevice = UiDevice.getInstance(getInstrumentation());
|
mDevice = UiDevice.getInstance(getInstrumentation());
|
||||||
|
|
||||||
// Perform a short press on the HOME button
|
// Perform a short press on the HOME button
|
||||||
mDevice().pressHome();
|
mDevice.pressHome();
|
||||||
|
|
||||||
// Bring up the default launcher by searching for
|
// Bring up the default launcher by searching for
|
||||||
// a UI component that matches the content-description for the launcher button
|
// a UI component that matches the content-description for the launcher button
|
||||||
|
|||||||
Reference in New Issue
Block a user