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

Commit 1afb2d53 authored by Luan Nguyen's avatar Luan Nguyen
Browse files

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

in the tools list.

bug: 12879186
Change-Id: Ic2d17ef29eac15a9ffc40e05b056dc17d71069e8
parent af5f2000
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