Skip to content

Instantly share code, notes, and snippets.

@rajesh-s
Created December 31, 2020 08:09
Show Gist options
  • Save rajesh-s/5aa168db999a020128996813e712e6aa to your computer and use it in GitHub Desktop.
Save rajesh-s/5aa168db999a020128996813e712e6aa to your computer and use it in GitHub Desktop.
ADB quick reference

Platform tools download

adb shell
adb devices
pm list packages
pm uninstall -k --user 0 <name of package>
adb shell cmd package install-existing <name of package> #Restore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment