Re: [android-developers] Re: Galaxy Tab and Market filtering

2011-07-11 Thread Adam Nybäck
Thanks, but minSdkVersion should only restrict Market visibility if it's set higher than 1. Must be something else in this case. On Fri, Jul 8, 2011 at 10:37 AM, Droid rod...@gmail.com wrote: I am guessing that samsung old tab does not 'like' sdk 1. Sdk 4 is my minimum version because I assume

[android-developers] Re: Galaxy Tab and Market filtering

2011-07-09 Thread Doug
On Jul 7, 11:47 pm, nadam a...@anyro.se wrote: The old Galaxy Tab 7 is said to be a large mdpi device but it uses hdpi drawables. Yup. That's how they implemented it, and it kind of sucks. You can Google this for more info. My advice is not to sweat this one and let your app look bad on that

[android-developers] Re: Galaxy Tab and Market filtering

2011-07-09 Thread nadam
Yup. They made it for a pretty good reason though. They tried using mdpi drawables, but so many apps simply looked better with hdpi drawables. Unfortunately, many developers still think that mdpi means 320x480. And many developers ignore tablets because they are expensive and the emulator is too

[android-developers] Re: Galaxy Tab and Market filtering

2011-07-08 Thread Droid
I am guessing that samsung old tab does 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 a...@anyro.se wrote: The old Galaxy Tab 7 is said to be a large mdpi device but it uses hdpi

[android-developers] Re: Galaxy Tab and Market filtering

2011-07-08 Thread nadam
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