On Jan 17, 9:26 pm, Kevin Duffey <[email protected]> wrote: > First.. let me ask for those of you that have apps in the market.. if I have > a 1.5 version out there.. it shows up on any device that is 1.5 or later, > right? Now..if I update it to run on 2.0.. will the update be made available > or even notify 1.5/1.6 users? Or does it only show up for 2.0 and later > users in their market?
By specifiying minSdkVersion and maxSdkVersion, you can provide different versions for different sdks. Every user would only see one version in the market, if I'm not mistaken. But you don't really want to do that unless you really need those different versions.
-- 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

