adb 连接手机卸载内置应用
#通过adb 命令行卸载
adb shell
pm uninstall --user 0 包名
# 查看应用包名
cmd package list package
#通过adb 命令行卸载
adb shell
pm uninstall --user 0 包名
# 查看应用包名
cmd package list package
From here you can search these documents. Enter your search terms below.
Keys | Action |
---|---|
? | Open this help |
n | Next page |
p | Previous page |
s | Search |