summaryrefslogtreecommitdiffstats
path: root/docs/html/training/enterprise
diff options
context:
space:
mode:
authorLuan Nguyen <luann@google.com>2015-01-16 08:21:57 -0800
committerLuan Nguyen <luann@google.com>2015-06-22 17:00:02 -0700
commit1afb2d5335b4a27866d89e3529664dd5345ac8dd (patch)
tree2e1567fb4e82bedf6ff74c7d65c6b0d9fc0065eb /docs/html/training/enterprise
parentaf5f200038d377033a5c22e6f93bc49a9e67444d (diff)
downloadframeworks_base-1afb2d5335b4a27866d89e3529664dd5345ac8dd.zip
frameworks_base-1afb2d5335b4a27866d89e3529664dd5345ac8dd.tar.gz
frameworks_base-1afb2d5335b4a27866d89e3529664dd5345ac8dd.tar.bz2
docs: Pare down the adb guide and remove sections that are duplicated
in the tools list. bug: 12879186 Change-Id: Ic2d17ef29eac15a9ffc40e05b056dc17d71069e8
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>