From here https://forum.xda-developers.com/p10/how-to/guide-remove-apps-bloat-adb-root-t3625227
- Install ADB. See Android Tools
- Execute in cmd with the device plugged in
adb shell
pm list packages | grep <PKG_NAME>
pm uninstall -k --user 0 <PKG_NAME>
E.g.
pm uninstall -k --user 0 com.miui.daemon
# RESULT
natrium:/ $ pm uninstall -k --user 0 com.miui.daemon
Success
natrium:/ $
See also.
adb backup -apk com.xiaomi.mipicks
pm uninstall -k --user 0 com.xiaomi.mipicks