Apps that do not support large screens are still available to large
screen devices. Apps that do not support small screens are not
available to small screen devices.

>From the linked URL ( 
>http://developer.android.com/guide/topics/manifest/supports-screens-element.html
):
> An application that does not support small screens will not be available for 
> small screen devices, because there is little the platform can do to make 
> such an application work on a smaller screen
...
> An application that does not support large screens will be placed as a 
> "postage stamp" on such a screen, so that it retains the dimensions it was 
> originally designed for.

On Aug 13, 11:27 am, Fabrizio Giudici <fabrizio.giud...@tidalwave.it>
wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 8/13/10 17:14 , Lance Nanek wrote:
>
> > I'd make sure the supports-screens element is present in your
> > AndroidManifest.xml with android:smallScreens set to true, or that
> > the android:targetSdkVersion attribute is present on your uses-sdk
> > element and set high enough to make the smallScreens attribute
> > default to true on its own as per this page:
> >http://developer.android.com/guide/topics/manifest/supports-screens-e...
>
> Thanks
>
> for trying it. But isn't that supposed to hold for Android 1.6
> and upper? I'm targetting 1.5 and this should automatically make the
> app compatible with every screen, right?. After all, otherwise I
> shouldn't ever see the app from my Droid that has got a 'large' screen...
>
> - --
> Fabrizio Giudici - Java Architect, Project Manager
> Tidalwave s.a.s. - "We make Java work. Everywhere."
> java.net/blog/fabriziogiudici -www.tidalwave.it/people
> fabrizio.giud...@tidalwave.it
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
> Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkxlZH8ACgkQeDweFqgUGxeymwCfYCggnDvvTqwCKmQ/S2wqp4fS
> ZPoAnjf20e2b5H/Yx56UnOt2tHJ3sq13
> =GyJ4
> -----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to