Search code examples
androidandroid-screen-support

google play does not filter as per manifest configuration


My application is on goole play and manifest configuration is like

 <uses-sdk android:minSdkVersion="4" />
 <supports-screens
    android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:xlargeScreens="false" />

But after uploading it shows

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

How it works??..why small-xlarge??..My xlarge is false already.

Can I missing something???

Help me!! Thanks in advance


Solution

  • Please check in Product Details Tab . There is one field Support Device, There you can find the exact description for that .

    Please check this link .