Android App to list installed Apps
Discussion
I used to have an app which simply displayed a list of installed apps and allowed you to export a simple text list.
It's no longer supported on later Android versions (last updated 2012)
Any recommendations for a app which can do this?
Not had any luck finding one on the PlayStore.
Thanks in advance for any help.
It's no longer supported on later Android versions (last updated 2012)
Any recommendations for a app which can do this?
Not had any luck finding one on the PlayStore.
Thanks in advance for any help.
If you've got the ADB command tool, you can use:
Else, the PlayStore via web page (not the app) will show the full list: https://play.google.com/apps
adb shell pm list packages
Else, the PlayStore via web page (not the app) will show the full list: https://play.google.com/apps
Gassing Station | Computers, Gadgets & Stuff | Top of Page | What's New | My Stuff


