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
【Android】Convenient ADB Commands
阅读 9
2024-11-06
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
相关推荐
精彩评论(0)