Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Yes as @OceanLife says you Should Go with <a href="http://developer.android.com/guide/topics/manifest/compatible-screens-element.html" rel="noreferrer">compatible-screens</a> or <a href="http://developer.android.com/guide/topics/manifest/supports-screens-element.html" rel="noreferrer">supports-screens</a>.</p> <p>but I would like to add Something here.</p> <p>if you are using </p> <pre><code>&lt;supports-screens android:largeScreens="false" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="false" /&gt; </code></pre> <p>then note what official <a href="http://developer.android.com/guide/topics/manifest/compatible-screens-element.html" rel="noreferrer">compatible-screens</a> documentation says:</p> <blockquote> <p>if you want your application to be available only for large and xlarge screen devices, the element allows you to declare that your application does not support small and normal screen sizes. <strong>External services (such as Google Play) will filter your</strong> <strong>application accordingly. You can also use the </strong> <strong>element to declare whether the system should resize your application</strong> <strong>for different screen sizes.</strong></p> </blockquote> <p>So it will effect after you will upload your apk file to PlayStore. untill you will not get this feature affected.</p> <p>Also see the <a href="http://developer.android.com/google/play/filters.html" rel="noreferrer">Filters on Google Play</a> document for more information about how Google Play filters applications using this and other manifest elements.</p> <p>Hope it will Help.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload