> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
No comments:
Post a Comment