سؤال

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

هل كانت مفيدة؟

المحلول

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 .

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top