Skip to content

Instantly share code, notes, and snippets.

@davidnunez
Created November 29, 2011 13:20
Show Gist options
  • Save davidnunez/1404789 to your computer and use it in GitHub Desktop.
Save davidnunez/1404789 to your computer and use it in GitHub Desktop.
list all installed packages in android adb shell
pm list packages -f
@SashaDesigN
Copy link

adb shell 'pm list packages' | sed 's/.*://g'

thx worked well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment