Hi all. On my app I recently went from: <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="7" /> using an Eclipse build target of 1.6
to: <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" /> using an Eclipse build target of 2.2 ...this was to take advantage of 2.2 features, like the SD Card installation option. I wonder if specifying this could have caused restrictions for some devices? As there has been a marked drop in usage stats since I made this release. -- 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

