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 screen really just large, without the
"extra", which is my understanding from reading the docs? Have you tried to
verify it?

Is the particular user's device just large, without the "extra"? Have you
tried to find out?

Have you ruled out the possibility of custom firmware with bugs or an
unnatural density setting?
11.03.2012 2:21 пользователь "jtoolsdev" <[email protected]> написал:

> 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
> doesn't work:
>        <supports-screens
>             android:largeScreens="false"
>             android:normalScreens="false"
>             android:requiresSmallestWidthDp="720"
>             android:smallScreens="false"
>             android:xlargeScreens="true" />
>
> On Thursday, March 8, 2012 7:28:19 PM UTC-8, jtoolsdev wrote:
>>
>> I have now had a report that someone with the 1024x600 Samsung 6200 got
>> the APK intended for the 10" and larger size screens.  With that APK the
>> layout uses Fragments to put all the display elements on one page and on a
>> 1024x600 screen the display gets cropped on the right and bottom.  The
>> other APK for smaller screens uses a tabbed layout to access the different
>> elements.  So the current set of supports-screens setting aren't keeping
>> the 6200 from getting the Honeycomb APK.
>>
>> What I would like to do is change the manifest for both versions so that
>> 1) only 10" or larger screens on devices using Honeycomb and up will get
>> the APK using Fragments and 2) everything else should get the tabbed
>> display APK.  There is also the problem of the devices now appearing that
>> are 7" but 1280x800 and there the whole layout using Fragments will be
>> complete but a bit hard to navigate at that size and they should have the
>> tabbed display instead.  I would also like the tabbed version handle up to
>> Ice Cream Sandwich (and beyond).   So what exactly should the
>> supports-screens elements be for the 10" version to make sure ONLY 10"
>> displays or larger (such as Google TV) get that APK?
>>
>> Thanks,
>> Brian
>>
>>
>>  --
> 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

Reply via email to