I know the method
ApplicationDescriptor.currentApplicationDescriptor();
But I aim to download another JAD and compare it's version number to the current applications version. What is the best/easiest way to do this? Is there a way to construct an ApplicationDescriptor from a simple String?
Get the version from the current Apps JAD:
Get the version from a downloaded JAD as String:
Compare the version strings:
Any corrections and improvements are appreciated. Feel free to edit and share your experiences with me.