Hello.

I'm trying to build an APK for small screens only, and so, specify
this in my manifest:
        <supports-screens android:smallScreens="true"
                                  android:normalScreens="false"
                                  android:largeScreens="false"
                                  android:xlargeScreens="false"
                  android:anyDensity="true" />

then I build my APK and upload it to the market, however, on the
market this information is shown for the new APK:

API level: 2-16+
Supported screens: small-xlarge
OpenGL textures: all

so, clearly the supported screens part is not what I expect to see.
Any advice?

Thank you

-- 
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