Skip to content
Vincent's Notes
Go back

Remove National Anti-Fraud Center on MIUI

by Vincent Yang

Uninstall Directly(Recommended)

ROOT is not required, but it may be reinstalled after updating the system.

  1. Connect your phone to your computer and turn on ADB debugging.

  2. Install ADB CLI tools on your computer.

# 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. Execute the following code.
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

20230204UJZpcM

Install Magisk Module

ROOT is required, but updating the system works just as well.

MinaMichita/AntiAntiDefraud/


Share this post:

Previous Post
Create query API for 500 million Weibo data
Next Post
Bandwagonhost $99 THE PLAN

Comments 0

Finished reading? Why not leave a word.