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

Commit 838a29a6 authored by Luan Nguyen's avatar Luan Nguyen Committed by Android Git Automerger
Browse files

am c1b4b058: am c5a480d1: am fdad629f: am 6859a9f0: Merge "docs: Pare down the...

am c1b4b058: am c5a480d1: am fdad629f: am 6859a9f0: Merge "docs: Pare down the adb guide and remove sections that are duplicated in the tools list." into lmp-docs

* commit 'c1b4b058':
  docs: Pare down the adb guide and remove sections that are duplicated in the tools list.
parents a81a0c86 c1b4b058
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>



+6 −957

File changed.

Preview size limit exceeded, changes collapsed.

+5 −4
Original line number Diff line number Diff line
@@ -68,7 +68,10 @@ avd</code>) the emulator (<code>emulator</code>), and the Dalvik Debug Monitor S
  <dt><a href="{@docRoot}tools/help/adb.html">adb</a></dt>
    <dd>Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with
        an emulator instance or connected Android-powered device. It also provides access to the
        device shell for advanced command-line operations.</dd>
        device shell.</dd>

  <dt><a href="{@docRoot}tools/help/shell.html">ADB Shell Commands</a></dt>
    <dd>Learn the commands available for advanced command-line operations.</dd>

  <dt><a href="{@docRoot}tools/debugging/ddms.html">Dalvik Debug Monitor
Server (ddms)</a></dt>
@@ -109,11 +112,9 @@ you can view the file in a profiling tool of your choice.</dd>

  <dt><a href="{@docRoot}tools/help/jobb.html">JOBB</a></dt>
    <dd>Allows you to build encrypted and unencrypted
    <a href="{@docRoot}{@docRoot}google/play/expansion-files.html">APK expansion files</a> in Opaque
    <a href="{@docRoot}google/play/expansion-files.html">APK expansion files</a> in Opaque
    Binary Blob (OBB) format.</dd>

<a href="{@docRoot}{@docRoot}google/play/expansion-files.html">APK expansion files</a>

  <dt><a href="{@docRoot}tools/help/proguard.html">ProGuard</a></dt>
    <dd>Shrinks, optimizes, and obfuscates your code by removing unused code and renaming
classes, fields, and methods with semantically obscure names.</dd>
+898 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading