【Android】Convenient ADB Commands

Install
bash 复制代码
adb install -r <path>
Uninstall
bash 复制代码
adb uninstall <pkg>
Start
bash 复制代码
adb shell am start -n <pkg>/.SplashActivity
Stop
bash 复制代码
adb shell am force-stop <pkg>
Reset
bash 复制代码
adb shell pm clear <pkg>
Reboot
bash 复制代码
adb reboot
Shutdown
bash 复制代码
adb reboot -p
相关推荐
always_TT12 分钟前
【Python 字符串格式化:format() 方法】
android·开发语言·python
恋猫de小郭19 分钟前
AI 时代,一个优化 Flutter 的重复代码工具 Deslop
android·前端·flutter
RisunJan33 分钟前
Android 面试知识点整理
android·面试·职场和发展
脚踏实地,坚持不懈!1 小时前
Android ANR 内核底层全解析:从一次触摸到“应用无响应”
android·linux
xhBruce1 小时前
强制使用桌面模式 - SECONDARY_HOME -android-15.0.0_r23
android·launcher3
_祝你今天愉快12 小时前
从驱动来分析服务的添加过程
android
Dovis(誓平步青云)15 小时前
折叠屏悬停看视频,上半屏和下半屏应该各做什么
android·java·服务器·开发语言·安全·音视频
alexhilton16 小时前
让架构边界变成可执行的测试
android·kotlin·android jetpack
hai_android17 小时前
SendChannel 与 ReceiveChannel 通信机制
android
数据治理自习室19 小时前
AI 应用评测体系(GraphRAG)
android·大数据·人工智能·kotlin