summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorLuan Nguyen <luann@google.com>2015-06-24 14:51:30 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-24 14:51:30 +0000
commitfdad629fc089783fa0b3caad62ba99a9083f8645 (patch)
treeddf8603d3b90c40931a0e80c72d0629605f19b69 /docs/html/training
parent003f8567defcb88b2e07b3f85f0b43f74d29b322 (diff)
parent6859a9f09049d1dc760b98a6cbb278b591de63a6 (diff)
downloadframeworks_base-fdad629fc089783fa0b3caad62ba99a9083f8645.zip
frameworks_base-fdad629fc089783fa0b3caad62ba99a9083f8645.tar.gz
frameworks_base-fdad629fc089783fa0b3caad62ba99a9083f8645.tar.bz2
am 6859a9f0: Merge "docs: Pare down the adb guide and remove sections that are duplicated in the tools list." into lmp-docs
* commit '6859a9f09049d1dc760b98a6cbb278b591de63a6': 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>