summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorLuan Nguyen <luann@google.com>2015-06-24 15:29:47 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-24 15:29:47 +0000
commit838a29a659c2b7ee244140ea4042d90d48181145 (patch)
treefcec7be3ac0cf38612b6b4e2cec16f61252329f7 /docs/html/training
parenta81a0c86473e49df331cc2f6bdcefa980e3c1ec2 (diff)
parentc1b4b0580ccdbccee25f4bc97e94530e4982e1f7 (diff)
downloadframeworks_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/training')
-rw-r--r--docs/html/training/enterprise/app-compatibility.jd8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/training/enterprise/app-compatibility.jd b/docs/html/training/enterprise/app-compatibility.jd
index 216a799..419ba89 100644
--- a/docs/html/training/enterprise/app-compatibility.jd
+++ b/docs/html/training/enterprise/app-compatibility.jd
@@ -250,14 +250,14 @@ href="{@docRoot}tools/help/adb.html">Android Debug Bridge</a> (adb) shell
support the <code>--user</code> flag, which lets you specify which user to run
as. By specifying a user, you can choose whether to run as the unmanaged or
managed profile. For
-more information, see <a href="{@docRoot}tools/help/adb.html#am">Android Debug
-Bridge: Using activity manager (am)</a>.</li>
+more information, see <a href="{@docRoot}tools/help/shell.html#am">ADB
+Shell Commands</a>.</li>
<li>To find the active users on a device, use the adb package manager's
<code>list users</code> command. The first number in the output string is the
user ID, which you can use with the <code>--user</code> flag. For more
-information, see <a href="{@docRoot}tools/help/adb.html#pm">Android Debug
-Bridge: Using package manager (pm)</a>.</li>
+information, see <a href="{@docRoot}tools/help/shell.html#pm">ADB Shell
+Commands</a>.</li>
</ul>