Created
January 18, 2022 09:46
-
-
Save cretudorin/0b9c58d73972298f529fdc21b03f74e4 to your computer and use it in GitHub Desktop.
xiaomi remove useless stuff no root
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell | |
pm uninstall -k --user 0 com.micredit.in | |
pm uninstall -k --user 0 com.xiaomi.payment | |
pm uninstall -k --user 0 com.miui.videoplayer | |
pm uninstall -k --user 0 com.mi.globalbrowser | |
pm uninstall -k --user 0 com.miui.weather2 | |
pm uninstall -k --user 0 com.miui.player | |
pm uninstall -k --user 0 com.xiaomi.midrop | |
pm uninstall -k --user 0 com.miui.gallery | |
pm uninstall -k --user 0 com.android.providers.downloads.ui | |
pm uninstall -k --user 0 com.android.soundrecorder | |
pm uninstall -k --user 0 com.miui.miservice | |
pm uninstall -k --user 0 com.miui.screenrecorder | |
pm uninstall -k --user 0 com.android.thememanager | |
pm uninstall -k --user 0 com.miui.notes | |
pm uninstall -k --user 0 com.google.android.youtube | |
pm uninstall -k --user 0 com.miui.miwallpape |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment