Skip to content

Instantly share code, notes, and snippets.

@TonyHernandezAtMS
Forked from josuebasurto/AndroidListApps.bat
Last active March 22, 2017 17:25
Show Gist options
  • Save TonyHernandezAtMS/899302bcadcb532c9adb70f059b550ad to your computer and use it in GitHub Desktop.
Save TonyHernandezAtMS/899302bcadcb532c9adb70f059b550ad to your computer and use it in GitHub Desktop.
: List Android Devices
adb devices
: Get into Shell
adb shell
: In Shell: List all Microsoft packages
pm list packages -3 | grep microsoft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment