diff options
| author | Luan Nguyen <luann@google.com> | 2015-06-24 15:16:57 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-24 15:16:57 +0000 |
| commit | c1b4b0580ccdbccee25f4bc97e94530e4982e1f7 (patch) | |
| tree | 3596e1f88b85c8ba83c001a894fd82caa9075fd4 /docs/html/about | |
| parent | 91d2cbf44748ab40b8e4c52f28b7b5343d93e20e (diff) | |
| parent | c5a480d112f6ce8645d9e294c42b2baab3b56ab9 (diff) | |
| download | frameworks_base-c1b4b0580ccdbccee25f4bc97e94530e4982e1f7.zip frameworks_base-c1b4b0580ccdbccee25f4bc97e94530e4982e1f7.tar.gz frameworks_base-c1b4b0580ccdbccee25f4bc97e94530e4982e1f7.tar.bz2 | |
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 'c5a480d112f6ce8645d9e294c42b2baab3b56ab9':
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 |
