Skip to content

Instantly share code, notes, and snippets.

@chrishuan9
Created January 9, 2014 02:30
Show Gist options
  • Save chrishuan9/8328471 to your computer and use it in GitHub Desktop.
Save chrishuan9/8328471 to your computer and use it in GitHub Desktop.
Dumping package list of installed applications on your android device
>$ adb shell pm list packages
#will give you a list of all installed package names.
#You can then use dumpsys | grep -A18 "Package \[my.package\]" to grab the package information such as version identifiers etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment