Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
akerro
7y ago
0 comments
Share
Login to android shell using adb
0 comments
default
newest
oldest
kopijahe
7y 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"
j
/
k
navigate · click thread line to collapse