Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a550dfc9 authored by Aurimas Liutikas's avatar Aurimas Liutikas Committed by android-build-merger
Browse files

Merge \\\"Fix code example in testing-support-library.\\\" into mnc-io-docs...

Merge \\\"Fix code example in testing-support-library.\\\" into mnc-io-docs am: e172a4b6 am: 5b823312
am: 248eb258

Change-Id: I2a1870a7633e98d33130dba8bd50b7196731f6b9
parents bca9886b 248eb258
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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