adb force delete system app

1. View the package name of the application to be deleted

adb shell am monitor

After the command is executed, click Apply to display the package name, and qiut exits

Xiaomi Community

2. Delete the application

adb shell pm uninstall --user -0 com.xiaomi.vipaccount
Successfully deleted

Guess you like

Origin blog.csdn.net/weixin_38515203/article/details/116265574