diff options
| author | Luan Nguyen <luann@google.com> | 2015-06-24 15:29:47 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-24 15:29:47 +0000 |
| commit | 838a29a659c2b7ee244140ea4042d90d48181145 (patch) | |
| tree | fcec7be3ac0cf38612b6b4e2cec16f61252329f7 /docs/html/about | |
| parent | a81a0c86473e49df331cc2f6bdcefa980e3c1ec2 (diff) | |
| parent | c1b4b0580ccdbccee25f4bc97e94530e4982e1f7 (diff) | |
| download | frameworks_base-838a29a659c2b7ee244140ea4042d90d48181145.zip frameworks_base-838a29a659c2b7ee244140ea4042d90d48181145.tar.gz frameworks_base-838a29a659c2b7ee244140ea4042d90d48181145.tar.bz2 | |
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 'c1b4b0580ccdbccee25f4bc97e94530e4982e1f7':
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 |
