From 1afb2d5335b4a27866d89e3529664dd5345ac8dd Mon Sep 17 00:00:00 2001 From: Luan Nguyen Date: Fri, 16 Jan 2015 08:21:57 -0800 Subject: docs: Pare down the adb guide and remove sections that are duplicated in the tools list. bug: 12879186 Change-Id: Ic2d17ef29eac15a9ffc40e05b056dc17d71069e8 --- docs/html/training/enterprise/app-compatibility.jd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/html/training/enterprise') 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 (adb) shell support the --user 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 Android Debug -Bridge: Using activity manager (am). +more information, see ADB +Shell Commands.
  • To find the active users on a device, use the adb package manager's list users command. The first number in the output string is the user ID, which you can use with the --user flag. For more -information, see Android Debug -Bridge: Using package manager (pm).
  • +information, see ADB Shell +Commands. -- cgit v1.1