Hacker News new | ask | show | jobs
by kopijahe 2649 days ago
More specifically:

  adb shell pm list packages
You can sort it alphabetically by piping it through the "sort" command, like this:

  adb shell "pm list packages | sort"