Skip to content

Instantly share code, notes, and snippets.

@davidnunez
Created November 29, 2011 13:20
Show Gist options
  • Select an option

  • Save davidnunez/1404789 to your computer and use it in GitHub Desktop.

Select an option

Save davidnunez/1404789 to your computer and use it in GitHub Desktop.
list all installed packages in android adb shell
pm list packages -f
@mitch030504

Copy link
Copy Markdown

What is the command that shows the list of user-installed applications on the Android Phone?

pm list packages -3

(as in 3-rd party)

That fortunately requires root to work

It does not require root to work

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