Windows连接脚本
1 | @echo off |
卸载系统应用
1 | adb shell pm uninstall [-k] [--user USER_ID] 包名 |
debug模式启动apk
1 |
|
查看栈顶Activity
1 | adb shell dumpsys activity top | findstr ACTIVITY |
1 | @echo off |
1 | adb shell pm uninstall [-k] [--user USER_ID] 包名 |
1 |
|
1 | adb shell dumpsys activity top | findstr ACTIVITY |