You may use minSdkVersion=3, and within the code, use reflection or other means to determine the capabilities of the device, and use only supported API on the device. Check the android blog related post (http://android-developers.blogspot.com/2009/04/backward-compatibility- for-android.html) for details.
This mean extra works, and it seems the only way to go. -- 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

