Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 506 Bytes

File metadata and controls

33 lines (31 loc) · 506 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
list-apps-with-adb
android
public
2020-03-29 15:07:01 -0700
2020-03-29 15:07:01 -0700
false
20200329220701
false
false
adb
android
app
filter
find
search
List Apps with ADB
tech-note
# List Android apps and the app name:
adb shell pm list packages -f -s | sort

# Search for and list:
adb shell "pm list packages -f tplink"