Skip to content

Instantly share code, notes, and snippets.

@n0toose
Last active August 22, 2020 09:30
Show Gist options
  • Save n0toose/ea1ecdcae6e2abe4f54f960c19ac57ba to your computer and use it in GitHub Desktop.
Save n0toose/ea1ecdcae6e2abe4f54f960c19ac57ba to your computer and use it in GitHub Desktop.
Remove Google apps from your phone without root
# Feel free to replace 'Google' with the name of another vendor.
for app in `(pm list packages | grep 'google' | grep -v 'com.google.android.packageinstaller' | sed s/package://)`; do pm uninstall -k --user 0 $app ; done
@xyn
Copy link

xyn commented Aug 21, 2020

Sssshh, I've only broken my A20e counts dead boards 5 times

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