# 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"
# 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"