am
Verified for current stable LTS
Am Commands
Am command syntax with verified terminal examples.
Commands
8 commands for Am
am Operations
Am Command: Convert Intent To Uri
am to-uri -a <android.intent.action.VIEW> -d {tel:123} am Archive
Am Command: Start Activity By Action And Category
am start -a <android.intent.action.MAIN> -c <android.intent.category.HOME> am Archive
Am Command: Start Activity By Component
am start -n <com.android.settings/.Settings> am Archive
Am Command: Start Activity Matching Action Category
am start -a <android.intent.action.MAIN> -c <android.intent.category.HOME> am Archive
Am Command: Start Activity Specific Component
am start -n <com.android.settings/.Settings> am Archive
Am Command: Start Activity With Action And Category
am start -a <android.intent.action.MAIN> -c <android.intent.category.HOME> am Archive
Am Command: Start Activity With Component
am start -n <com.android.settings/.Settings> am Archive
Am Command: Start Intent Action With Data
am start -a <android.intent.action.VIEW> -d {tel:123} Suggest a Am Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Am workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.