summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-01-30 23:17:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-01-30 23:17:56 +0000
commitf216ded93a783cd4e512f59ba50d04a89d59a267 (patch)
tree0098930a2f634c27796a179dcc1eaad035b8260c
parent7bac3614ff0ee3cef83147cb569c96c00beab919 (diff)
parent483d785b4239f5f50e2f72292faa7a65b51160dc (diff)
downloadframeworks_base-f216ded93a783cd4e512f59ba50d04a89d59a267.zip
frameworks_base-f216ded93a783cd4e512f59ba50d04a89d59a267.tar.gz
frameworks_base-f216ded93a783cd4e512f59ba50d04a89d59a267.tar.bz2
Merge "docs: clarify usage for adb am component option" into jb-mr1-dev
-rw-r--r--docs/html/tools/help/adb.jd3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/tools/help/adb.jd b/docs/html/tools/help/adb.jd
index 47e892e..e0ee0e6 100644
--- a/docs/html/tools/help/adb.jd
+++ b/docs/html/tools/help/adb.jd
@@ -690,7 +690,8 @@ specify the intent with the following options:</p>
<dd>Specify an intent category, such as "android.intent.category.APP_CONTACTS".
<dt>{@code -n &lt;COMPONENT>}</dt>
- <dd>Specify the component name with package name prefix to create an explicit intent.
+ <dd>Specify the component name with package name prefix to create an explicit intent, such
+ as "com.example.app/.ExampleActivity".
<dt>{@code -f &lt;FLAGS>}</dt>
<dd>Add flags to the intent, as supported by {@link