Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

One option to enumerate package names of numerous APKs is:

  1. Connect your Android device to your computer using a USB cable.
  2. Enable USB debugging on your Android device.
  3. Open a command prompt or a terminal window on your computer.
  4. Type the command "adb shell pm list packages" and press enter.
  5. The command will list all the package names of the apps installed on your device.

If you want to save the list to a file, type "adb shell pm list packages > packagelist.txt" and press enter. This command will save the list to a text file named "packagelist.txt" in the current directory.