That depends on what version of the SDK you are compiling against... The Dev Guide says this about the supports-screes tag:
*"Lets you specify the screen dimensions the application supports. By default, a modern application (using API Level 4 or higher) supports all screen sizes; older applications are assumed to support only the "normal" screen size. Screen size is determined as the available pixels to an application after density scaling has been applied. (Note that screen size is a separate axis from screen density.)"* http://developer.android.com/guide/topics/manifest/supports-screens-element.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jun 22, 2011 at 12:23 PM, Bond <[email protected]> wrote: > > > Because your application is incompatible with those devices. For > > example, perhaps you do not support small screens via the > > <supports-screens> element in your manifest. > > Tell me something, I've read the docs and I was under the impression > that if I don't declare <supports-screens> in androidmanifest that > means I would automatically support all the screens. > Is this right? > Thanks. > > -- > 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 > -- 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

