am start
播放视频:
am start -a android.intent.action.VIEW -d "/storage/sdcard0/video/a.mp4" -t "video/*"
adb shell am start -a android.intent.action.VIEW -d "/storage/sdcard0/video/a.mp4" -t "video/*" -n "com.alensw.PicFolder/.PlayerActivity"
播放音乐:
adb shell am start -a "android.intent.action.VIEW" -t "audio/mp3" -d "/storage/sdcard0/video/a.mp3"
调用某个app activity
adb shell am start -n com.spider.web/.MainActivity --ez ddr_freq true --ei ddr_freq_time 12000 --ez cpu_freq true --ei little_core_freq_time 12000 --ei big_core_freq_time 120000 --ez monkey true --ei throttle 400 --ei event_times 6000000