am用法参数详细说明,am常用命令一览表,am最全使用文档, 使用手册。

am

Android 活动管理器。 更多信息:https://developer.android.com/studio/command-line/adb##am.

am start -n \{\{com.android.settings/.Settings\}\}

am start -a \{\{android.intent.action.VIEW\}\} -d \{\{tel:123\}\}

am start -a \{\{android.intent.action.MAIN\}\} -c \{\{android.intent.category.HOME\}\}