am
Verified for current stable LTS
Am Command: Start Activity With Component
Use for start activity with component with Am. Exact CLI syntax to start activity with component using Am.
When to use this: Use for start activity with component with Am.
Command Syntax
am start -n <com.android.settings/.Settings> am start -n <com.android.settings/.Settings> Command Breakdown
-n- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to start activity with component using Am.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Am Command: Convert An Intent To A URI
am to-uri -a <android.intent.action.VIEW> -d {tel:123} Am Command: Start An Activity Matching A Specific Action And Category am start -a <android.intent.action.MAIN> -c <android.intent.category.HOME> Am Command: Start An Activity With A Specific Component Name am start -n <com.android.settings/.Settings> Am Command: Start An Intent Action And Pass Data am start -a <android.intent.action.VIEW> -d {tel:123} Am Command: Convert Intent To Uri am to-uri -a <android.intent.action.VIEW> -d {tel:123}