0
点赞
收藏
分享

微信扫一扫

【Android】Convenient ADB Commands

蒸熟的土豆 2024-11-06 阅读 9
adbandroid
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
举报

相关推荐

0 条评论