Skip to content

Instantly share code, notes, and snippets.

@josuebasurto
Forked from davidnunez/gist:1404789
Last active March 20, 2017 15:47
Show Gist options
  • Save josuebasurto/7124085 to your computer and use it in GitHub Desktop.
Save josuebasurto/7124085 to your computer and use it in GitHub Desktop.
: List Android Devices
adb devices
: Get into Shell
adb shell
: In Shell: List Packages installed
pm list packages -f
@josuebasurto
Copy link
Author

Comando dentro de android para poder listar todas las aplicaciones instaladas en un android

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