Tuesday, June 21, 2011

[android-developers] Market Filter supports-screens not working like I expected

I uploaded an app today with the following market filter:
<supports-screens android:smallScreens="false"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="false"
android:anyDensity="true" />

But I got the following from the developer console:
Screen layouts: NORMAL LARGE XLARGE
and I can see it listed from a 10" tablet.

Why is XLARGE listed?

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment