Nope, that's just a min-value. I tested changing it to 4 but no difference.
There's something strange going on with the compatible-screens tag. I tried adding all 16 combinations of densities and screen sizes (in supports-screens too) but some Galaxy Tabs were still listed as unsupported. A total of 201 devices showed up as supported. Removing the compatible-screens tag made 503 devices supported including all Galaxy Tabs. On 8 Juli, 10:37, Droid <[email protected]> wrote: > I am guessing that samsung oldtabdoes not 'like' sdk 1. > Sdk 4 is my minimum version because I assume sdk 1 is just 'too old'. > > Not very scientific but works for me. :) > > On Jul 8, 7:47 am, nadam <[email protected]> wrote: > > > > > > > > > The oldGalaxyTab7" is said to be a large mdpi device but it uses > > hdpi drawables. I did an experiment to create an app with the > > following restrictions in the manifest. > > > <uses-sdk android:minSdkVersion="1" /> > > <uses-feature android:name="android.hardware.touchscreen" > > android:required="false" /> > > > <compatible-screens > > > <screen android:screenSize="large" > > android:screenDensity="mdpi" /> > > <screen android:screenSize="large" > > android:screenDensity="hdpi" /> > > </compatible-screens> > > > <supports-screens > > android:smallScreens="false" > > android:normalScreens="false" > > android:largeScreens="true" > > android:xlargeScreens="false" > > android:anyDensity="true"/> > > > The Device Availability dialog in the Developer Console tells me that > > this app will not be available in Android Market for any Samsung > > device. In particular, all variations ofGalaxyTabare listed as > > unsupported. Why? -- 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

