groston
Well-Known Member
What I am trying to do should be easy, but I haven’t figured out how to do this. What I want to do is simple: create a list of all installed apps and their version.
- One site suggested: adb shell sh -c 'cmd package list packages -f' – this worked, but did not show versions and it seems that ‘list packages’ cannot provide version info.
- Other sites suggested the app ‘List My Apps’, but the version info only seems to show up when one taps a specific app of interest.
- Other sites suggest writing a Java program, but that seems like way too much work for something this simple.