diff options
author | Scott Main <smain@google.com> | 2013-01-30 15:16:10 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-01-30 15:16:10 -0800 |
commit | 483d785b4239f5f50e2f72292faa7a65b51160dc (patch) | |
tree | d444826e08199ca45108b43e58f2f126b000a71e /docs | |
parent | 2aa47b336227a5d2bd1ee91f8fb4bd84be7e97f0 (diff) | |
download | frameworks_base-483d785b4239f5f50e2f72292faa7a65b51160dc.zip frameworks_base-483d785b4239f5f50e2f72292faa7a65b51160dc.tar.gz frameworks_base-483d785b4239f5f50e2f72292faa7a65b51160dc.tar.bz2 |
docs: clarify usage for adb am component option
Change-Id: I0b99dffc0b9d465c3a639bd1f7760561e40e2a5f
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/tools/help/adb.jd | 3 |
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 <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 <FLAGS>}</dt> <dd>Add flags to the intent, as supported by {@link |