diff options
author | Luan Nguyen <luann@google.com> | 2015-06-24 14:51:30 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-24 14:51:30 +0000 |
commit | fdad629fc089783fa0b3caad62ba99a9083f8645 (patch) | |
tree | ddf8603d3b90c40931a0e80c72d0629605f19b69 /docs/html/about | |
parent | 003f8567defcb88b2e07b3f85f0b43f74d29b322 (diff) | |
parent | 6859a9f09049d1dc760b98a6cbb278b591de63a6 (diff) | |
download | frameworks_base-fdad629fc089783fa0b3caad62ba99a9083f8645.zip frameworks_base-fdad629fc089783fa0b3caad62ba99a9083f8645.tar.gz frameworks_base-fdad629fc089783fa0b3caad62ba99a9083f8645.tar.bz2 |
am 6859a9f0: Merge "docs: Pare down the adb guide and remove sections that are duplicated in the tools list." into lmp-docs
* commit '6859a9f09049d1dc760b98a6cbb278b591de63a6':
docs: Pare down the adb guide and remove sections that are duplicated in the tools list.
Diffstat (limited to 'docs/html/about')
-rw-r--r-- | docs/html/about/versions/android-4.3.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/about/versions/android-4.3.jd b/docs/html/about/versions/android-4.3.jd index e18c285..2496854 100644 --- a/docs/html/about/versions/android-4.3.jd +++ b/docs/html/about/versions/android-4.3.jd @@ -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 |