compbatant
Newbie
I put the following code in AndroidManifest.xml
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?
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?