-
-
Save TonyHernandezAtMS/899302bcadcb532c9adb70f059b550ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: 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