Getting Runtime Version Programmatically

2617
1
Jump to solution
11-28-2014 09:14 AM
DavidMartin
Occasional Contributor II

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?

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
MengyiGuo
Occasional Contributor

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.

View solution in original post

1 Reply
MengyiGuo
Occasional Contributor

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.