On Fri, Apr 6, 2012 at 9:42 AM, Kamal Kambe <[email protected]> wrote: > I am actually trying to add C2DM ability to the application which is > possible only if the application's minSdkVersion is >= 8.
No. It is only possible if the *device* is *running* API Level 8 or higher. minSdkVersion has nothing to do with it. Use android.os.Build.VERSION.SDK_INT to determine what API level the device is running. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.1 Available! -- 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

