Skip to content

Instantly share code, notes, and snippets.

@Gijs-Koot
Created February 23, 2019 10:17
Show Gist options
  • Save Gijs-Koot/4c1389113360d4f4ddea326e12934f5d to your computer and use it in GitHub Desktop.
Save Gijs-Koot/4c1389113360d4f4ddea326e12934f5d to your computer and use it in GitHub Desktop.
adb shell 'pm list packages' | grep samsung | awk '{gsub(/package:/, ""); print}' | xargs -I $ echo 'pm uninstall -k --user 0 $' | adb shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment