发送广播,action为xxxxam broadcast -a xxxx传递int,string值am broadcast -a xxxx --ei dataType am broadcast -a xxxx --ei dataType 0 --es test "test"启动Activity am start -n 包名/全类名 am start -n com.xxxx/com.xxxx.Activity退出app am force-stop 包名启动一个服务(export为true才能启动)am startservice -n 包名/全类名杀死服务am stopservice 包名/全类名