aliases | category | classification | date | date_modified | draft | id | image | links | local_archive_links | pinned | series | tags | title | type | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
android |
public |
2020-03-29 15:07:01 -0700 |
2020-03-29 15:07:01 -0700 |
false |
20200329220701 |
false |
false |
|
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"