Created
February 23, 2019 10:17
-
-
Save Gijs-Koot/4c1389113360d4f4ddea326e12934f5d to your computer and use it in GitHub Desktop.
This file contains 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 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