summaryrefslogtreecommitdiffstats
path: root/docs/html/training/enterprise
diff options
context:
space:
mode:
authorLuan Nguyen <luann@google.com>2015-06-24 14:43:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-24 14:43:31 +0000
commit6859a9f09049d1dc760b98a6cbb278b591de63a6 (patch)
tree0c76e696b36b23a0ac1d4880132823981721294d /docs/html/training/enterprise
parent1ad5c813211d4d855a0d5396855c80653480aaa4 (diff)
parent1afb2d5335b4a27866d89e3529664dd5345ac8dd (diff)
downloadframeworks_base-6859a9f09049d1dc760b98a6cbb278b591de63a6.zip
frameworks_base-6859a9f09049d1dc760b98a6cbb278b591de63a6.tar.gz
frameworks_base-6859a9f09049d1dc760b98a6cbb278b591de63a6.tar.bz2
Merge "docs: Pare down the adb guide and remove sections that are duplicated in the tools list." into lmp-docs
Diffstat (limited to 'docs/html/training/enterprise')
-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>