Android Native 应用程序启动 Activity 的方法
调用 /system/bin/am.用法:usage: am [subcommand] [options] start an Activity: am start [-D] [-W] <INTENT> -D: enable debugging -W: wait for launch to complete start a Service: am startservice <INTENT> send a broadcast Inten...