Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wahello/e37cfc0a2a1416f9f0c1e6eb01a49d1f to your computer and use it in GitHub Desktop.
Save wahello/e37cfc0a2a1416f9f0c1e6eb01a49d1f to your computer and use it in GitHub Desktop.
Get list of installed packages(apps) in android via adb shell
Issue this command to terminal with your device connected :
$ adb shell pm list packages
If that doesn't work, then:
$ adb shell
$ su
$ pm list packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment