-
-
Save TonyHernandezAtMS/95e276fed0c4e803fb2bfd88943d8ec6 to your computer and use it in GitHub Desktop.
adb uninstall android things.sh
This file contains hidden or 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 -f' | sed -e 's/.*=//' | grep androidthings | sed -e 's/^/adb uninstall /' | sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment