Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lyf-is-coding/571fd0343dcd94d073332796380fc600 to your computer and use it in GitHub Desktop.
Save lyf-is-coding/571fd0343dcd94d073332796380fc600 to your computer and use it in GitHub Desktop.
ADB get list of installed packages (apps)
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