I am trying to create a condition in my code to compare Android versions.Something akin to;
if(version < 2.2)
{// TODO }
else
{// TODO }
Would anyone please let me know how to do this?
|
I am trying to create a condition in my code to compare Android versions.Something akin to;
Would anyone please let me know how to do this?
| |||||||
feedback
|
|
You can compare them as their integer version using And please look at this bunch of how to get android version question asked and answered again, I suggest you to use the search box, and glance to the related question provided while you are writing your question :) | |||
|
feedback
|