Re: [android-developers] Re: What to use for supports-screens so that only 10" screens an alternatate APK?

2012-03-11 Thread jtoolsdev
All the support article says is that Play isn't currently supporting the dp based attribute. It hasn't been deprecated. Neither does it support what appears to be the shorthand qualifiers. It does "suggest" that I should have the screen size qualifiers for this situation. Again at least a u

Re: [android-developers] Re: What to use for supports-screens so that only 10" screens an alternatate APK?

2012-03-10 Thread Kostya Vasilyev
Those are very good questions for the Play team, unfortunately, there seems to be no good place to get them answered. Other than that, looking at your manifest snippet: The dp based attribute: Unsupported, and is documented as such. The large vs. extra large: Is the typical 7" 1024 by 600 mdpi

[android-developers] Re: What to use for supports-screens so that only 10" screens an alternatate APK?

2012-03-10 Thread jtoolsdev
Problem is that you don't know whether they will actually work or not? And why even announce new qualifiers unless they've been activated in the "market?" Why not add the checks to the emulators? That's actually what I expected to happen but soon learned it didn't work. Here's what I did and