Skip to content

Instantly share code, notes, and snippets.

@ajsb85
Forked from davidnunez/gist:1404789
Last active August 29, 2015 13:57
Show Gist options
  • Save ajsb85/9736036 to your computer and use it in GitHub Desktop.
Save ajsb85/9736036 to your computer and use it in GitHub Desktop.
List all installed packages in android adb shell
pm list packages -f
adb shell "pm list packages -f" > packages.txt
#____________________________________________________
#http://developer.android.com/tools/help/adb.html#pm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment