Skip to content

Instantly share code, notes, and snippets.

@memandip
Created March 9, 2020 07:09
Show Gist options
  • Select an option

  • Save memandip/ec82f08e6430e2b739ffa56f81cc68a3 to your computer and use it in GitHub Desktop.

Select an option

Save memandip/ec82f08e6430e2b739ffa56f81cc68a3 to your computer and use it in GitHub Desktop.
Uninstall system apps android
# start usb debugging mode
# type adb shell which will open adb console
# pm list packages
# pm uninstall -k --user 0 'packagename'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment