Can anyone advise how to get the android runtime version programmatically?
For example, to report that an app is working off the 10.2.4 API in the Help > About area?
Solved! Go to Solution.
I think right now the API doesn't have this functionality. However, you can only have one version of Runtime API in one app. So I would suggest just hard code the version in Help-About.
I think right now the API doesn't have this functionality. However, you can only have one version of Runtime API in one app. So I would suggest just hard code the version in Help-About.