• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps supports-screens

I put the following code in AndroidManifest.xml

Code:
<supports-screens
        android:anyDensity="true"
        android:largeScreens="true"
        android:normalScreens="true"
        android:smallScreens="false"
        android:xlargeScreens="true" />

The problem is that in analytics console i can see many devices which have obviously smallScreens for example: SonyEricsson E10i Xperia X10 Mini

Why is that?
 
Back
Top Bottom