📜  如何使用 cmd 删除手机中不需要的内置应用程序 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:32.076000             🧑  作者: Mango

代码示例1
enable USB debugging.
attach usb with adb intstalled on your computer.
open cmd at the location of adb.
type adb devices
type adb shell
type pm list packages
type pm list packages | grep 'name of your app'
now lastly type pm uninstall 'package name'