guruk wrote: > I would like to check from my app what api is installed on the phone > for example: a=getapiv(); // a=1 (api 1.1) a=2 (api 1.5) > > so i can see if Cupcake is installed or not and disable or enable > specific services on the run.
http://developer.android.com/reference/android/os/Build.VERSION.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

