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

Commit 6859a9f0 authored by Luan Nguyen's avatar Luan Nguyen Committed by Android (Google) Code Review
Browse files

Merge "docs: Pare down the adb guide and remove sections that are duplicated...

Merge "docs: Pare down the adb guide and remove sections that are duplicated in the tools list." into lmp-docs
parents 1ad5c813 1afb2d53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1029,7 +1029,7 @@ APIs allow you to inspect the screen content and inject arbitrary keyboard and t
android.app.Instrumentation#getUiAutomation Instrumentation.getUiAutomation()}. In order
for this to work, you must supply the {@code -w} option with the {@code instrument} command
when running your {@link android.test.InstrumentationTestCase} from <a
href="{@docRoot}tools/help/adb.html#am">{@code adb shell}</a>.</p>
href="{@docRoot}tools/help/shell.html#am">{@code adb shell}</a>.</p>

<p>With the {@link android.app.UiAutomation} instance, you can execute arbitrary events to test
your app by calling {@link android.app.UiAutomation#executeAndWaitForEvent
+1 −1
Original line number Diff line number Diff line
@@ -2236,7 +2236,7 @@ adb shell am start -a android.intent.action.DIAL \


<p>For more information, see
<a href="{@docRoot}tools/help/adb.html#am">Using activity manager (am)</a>.</p>
<a href="{@docRoot}tools/help/shell.html#am">ADB Shell Commands</a>.</p>



Loading