怎样通过adb shell删除系统apps?

Plug in your phone with USB cable, and then run cmd/shell in your pc.

 

adb remount  #This step is optional.#
adb shell rm /system/app/SimManager.apk
 

 

Then, SimManager app will be removed from App tree.

你可能感兴趣的:(shell)