# Via Android (Google) Code Review (1) and others * commit '6c9d637339c87a9c0938528d862f1fa0723b7e8e': docs: clarify usage for adb am component option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user