Install
adb install -r <path>
Uninstall
adb uninstall <pkg>
Start
adb shell am start -n <pkg>/.SplashActivity
Stop
adb shell am force-stop <pkg>
Reset
adb shell pm clear <pkg>
Reboot
adb reboot
微信扫一扫
adb install -r <path>
adb uninstall <pkg>
adb shell am start -n <pkg>/.SplashActivity
adb shell am force-stop <pkg>
adb shell pm clear <pkg>
adb reboot
相关推荐