Ask Your Question
0

What is the method to enumerate the package names of numerous apks?

asked 2023-05-05 14:32:10 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-05 14:35:02 +0000

woof gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-05 14:32:10 +0000

Seen: 7 times

Last updated: May 05 '23