Last active
December 28, 2015 03:19
-
-
Save codehacken/7434485 to your computer and use it in GitHub Desktop.
Get the list of all the packages through the adb shell. The -f gives the apk that is associated with the package.
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
adb shell pm list packages -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment