I was playing with implementing the new expansion pack stuff, and kept running into things that make me think you need to use an api > 10 if you want to use the downloader that comes with the sdk. In fact, the library project seems to require api14. Am I missing something trivial? This is for stuff in the package com.google.android.vending.expansion.downloader.
* TelephonyManager.NETWORK_TYPE_LTE - api11 * TelephonyManager.NETWORK_TYPE_EHRPD - api11 * TelephonyManager.NETWORK_TYPE_HSPAP - api13 I really want to use the stuff out of the box from google here... but it looks like you need to finagle around this api stuff for the 87% of devices still on api8 or api10 (http://developer.android.com/resources/dashboard/platform-versions.html). tia -- 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

