卸载apk
adb uninstall com.lopez.test
1.查看当前所在的最顶层的Activity的(即当前用户能看到的)
adb shell dumpsys activity | findstr “mFocusedActivity”
2.查看当前装的所有应用程序
adb shell pm list package
3.启动特定的activity
adb shell
然后
am start -n
com.lopez.test/com.lopez.test.MainActivity
adb uninstall com.lopez.test
1.查看当前所在的最顶层的Activity的(即当前用户能看到的)
adb shell dumpsys activity | findstr “mFocusedActivity”
2.查看当前装的所有应用程序
adb shell pm list package
3.启动特定的activity
adb shell
然后
am start -n
com.lopez.test/com.lopez.test.MainActivity
9万+
2690
8907

被折叠的 条评论
为什么被折叠?