Skip to content

Instantly share code, notes, and snippets.

@u17194907425
Last active February 26, 2020 19:39
Show Gist options
  • Save u17194907425/0b90a5d318e9f0abeec23ba1db191cb1 to your computer and use it in GitHub Desktop.
Save u17194907425/0b90a5d318e9f0abeec23ba1db191cb1 to your computer and use it in GitHub Desktop.
Removing system apps on Android
@u17194907425
Copy link
Author

adb backup -apk com.xiaomi.mipicks

pm uninstall -k --user 0 com.xiaomi.mipicks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment