-
-
Save ajsb85/9736036 to your computer and use it in GitHub Desktop.
List all installed packages in android adb shell
This file contains 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
pm list packages -f | |
adb shell "pm list packages -f" > packages.txt | |
#____________________________________________________ | |
#http://developer.android.com/tools/help/adb.html#pm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment