Richard Schilling wrote: > All I know is running > Android 1.5 on a CDMA phone means I can't build my application against > the Android 1.5 SDK. At best, I have to try and build my application > against some other version of the Android SDK, force the manifest to > allow the application to be run on 1.5 CDMA phones, and hope it > works ... > > Or, I can have a special build for Android 1.5 phones that have CDMA > on them.
Or you can target API level 4 and either support both CDMA/GSM or have the appropriate <uses-feature> element to stipulate that you only support GSM. This eliminates the problem entirely, with the side effect of dropping support for those devices presently on Android 1.5. > Also, I want to know where the conformance documentation on Android > devices gets stored, and if they're public? FCC conformance is public but has nothing to do with Android API levels. > This is the documentation > that phone manufacturers sign off on to prove that their OS > implementations match the API specification that Google publishes in > the Android specification. Anyone? I'm not sure it's a "sign off on" so much as Google tests the devices and withholds Android Market support if, in Google's estimation, the device will inadequately support third-party applications. Certainly, we have at least one documented report of that structure (the QVGA 1.5 device from last summer), and I have not seen a "sign off on" approach described by the core Android team. If you have evidence of such a "sign off" model in use, please point me to it -- thanks! -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.