I haven't tried it yet, but I think you'd have to set your *target *at api-level 13 or 14 (what ever the com.google.android.vending.expansion.downloader package needs), and you could still run it a lower api-levels, which the com.google.android.vending.expansion.downloader package may handle gracefully.
On Thursday, March 8, 2012 7:54:23 PM UTC-5, BFL wrote: > > 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

