Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 491 Bytes

list-apps-with-adb.md

File metadata and controls

28 lines (25 loc) · 491 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
search
find
filter
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"