Skip to content

Instantly share code, notes, and snippets.

@jaimemrjm
Last active March 18, 2019 11:08
Show Gist options
  • Save jaimemrjm/439d9db5b56b81eae1746d16fcc94092 to your computer and use it in GitHub Desktop.
Save jaimemrjm/439d9db5b56b81eae1746d16fcc94092 to your computer and use it in GitHub Desktop.
How to remove unwanted apps in Miui (Android)

How to remove unwanted apps in Miui (Android)

Steps

pm list packages 
pm uninstall -k -–user 0 <android_app>

<android_app> is the app package of the unwanted android app without package: prefix.

For example, to remove Google Chrome app: pm uninstall -k -–user 0 com.android.chrome

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