直接卸载(推荐)
不需要ROOT,但更新系统后可能会重新安装。
- 将手机连接到电脑并打开ADB调试。
- ADB在您的计算机上安装CLI 工具。
1
2
3
4
5
6
7
|
# macOS
brew install android-platform-tools
or
https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
# Windows
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
|
- 运行以下代码。
1
2
3
4
5
6
|
adb shell pm list package | grep com.miui.guardprovider
adb uninstall --user 0 com.miui.guardprovider
adb shell pm list users
# if you find other users on your phone, please execute the following command.
adb uninstall --user [USERID] com.miui.guardprovider
|
安装 Magisk 模块
需要ROOT,但更新系统也可以。
MinaMichita/AntiAntiDefraud/