The Motorola Xoom isn't a xlarge display device from what I understand Does anyone know of another way to limit an application to just target tablets, or just target phone?
Any help is greatly appreciated! Stephen On Mar 4, 7:10 am, davemac <[email protected]> wrote: > Use screen size and the <supports-screens> tag in your > AndroidManifest.xml file. For tablets, you'd support xlarge. The > Market will filter based on the device and your values. > > - dave > > On Mar 4, 1:21 am, Zsolt Vasvari <[email protected]> wrote: > > > > > > > > > For now, you could set the targetSDK to < 11 for the phone version and > > the minSDK and targetSDK = 11 for the tablet version. > > > In the future this won't work as presumably the SDKs will merge at > > some point and both the phones and tablets will run a version > 11. > > > On Mar 4, 1:16 pm, Stephen Lebed <[email protected]> wrote: > > > > I wanted to know if there is a way to differentiate apps on the market > > > between tablets and phone-like devices. On the Apple platform, > > > developers can create an ipad version and charge more for it verses > > > their iphone version. > > > > I'd like to be able to do the same. Is there a way to do this? I > > > tried setting the max sdk version, but then read that its no longer > > > read after os2.01. > > > > Thanks, > > > Stephen -- 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

