adb 连接手机卸载内置应用

#通过adb 命令行卸载
adb shell
pm uninstall --user 0 包名

# 查看应用包名
cmd package list package