Ex. import android.os.Build; // Build.VERSION String codeName = Build.VERSION.CODENAME; String incremental = Build.VERSION.INCREMENTAL; String release = Build.VERSION.RELEASE; String sdk = Build.VERSION.SDK; int sdk_int = Build.VERSION.SDK_INT;
2010/7/23 XC He <[email protected]>: > Which version? > OS version ? > Kernel version ? > SDK version ? > > By Java code ? > By command ? > > Or you have to read android.os.Build first. > > 2010/7/23 Jake <[email protected]>: >> hi there, >> >> i have to store what version of android users are using, search all >> over internet, hard to find this info... any help would be highly >> appreciated !.. thanks >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

