From 483d785b4239f5f50e2f72292faa7a65b51160dc Mon Sep 17 00:00:00 2001
From: Scott Main
Date: Wed, 30 Jan 2013 15:16:10 -0800
Subject: docs: clarify usage for adb am component option
Change-Id: I0b99dffc0b9d465c3a639bd1f7760561e40e2a5f
---
docs/html/tools/help/adb.jd | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'docs')
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:
Specify an intent category, such as "android.intent.category.APP_CONTACTS".
{@code -n <COMPONENT>}
- Specify the component name with package name prefix to create an explicit intent.
+ Specify the component name with package name prefix to create an explicit intent, such
+ as "com.example.app/.ExampleActivity".
{@code -f <FLAGS>}
Add flags to the intent, as supported by {@link
--
cgit v1.1