0

Is there a way to extract a version number and other information from bar-descriptor.xml file similar to how it's done in Android world via getPackageInfo() in PackageManager?

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
Sunseeker
  • 1,503
  • 9
  • 21

1 Answers1

1

For some reason missed classes which allow to do this exactly:

Sunseeker
  • 1,503
  • 9
  • 21