Skip to content

Instantly share code, notes, and snippets.

@codehacken
Last active December 28, 2015 03:19
Show Gist options
  • Save codehacken/7434485 to your computer and use it in GitHub Desktop.
Save codehacken/7434485 to your computer and use it in GitHub Desktop.
Get the list of all the packages through the adb shell. The -f gives the apk that is associated with the package.
adb shell pm list packages -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment