Lines Matching refs:application

13     <li>If necessary, you can control distribution of your application based on the device
37 <p>Although we recommend that you design your application to function properly on multiple
39 application to certain types of screens, such as only tablets and other large devices or only
42 application supports.</p>
44 <p>However, before you decide to restrict your application to certain screen configurations, you
47 them to the best of your ability. By supporting multiple screens, your application can be made
55 need to filter your application from larger screens. As long as you follow the <a
57 Independence</a>, your application should work well on larger screens such as tablets. However, you
58 might discover that your application can't scale up well or perhaps you've decided to publish two
59 versions of your application for different screen configurations. In such a case, you can use the <a
61 &lt;compatible-screens>}</a> element to manage the distribution of your application based on
63 information to apply filtering to your application, so that only devices that have a screen
64 configuration with which you declare compatibility can download your application.</p>
68 {@code &lt;screen&gt;} element specifies a screen configuration with which your application is
74 <p>For example, if your application is compatible with only small and normal size screens,
78 configuration with which your application is <em>not</em> compatible. Here's what the manifest
79 entry looks like if your application is compatible with only small and normal screen sizes:</p>
96 &lt;application ... >
98 &lt;application>
104 &lt;compatible-screens>}</a> element for the reverse scenario (when your application is not
108 to specify each screen density your application supports.</p>
121 <p>For example, if you want your application to be available only to tablet devices, you can declare
132 &lt;application ... >
134 &lt;/application>
159 <p>The catch is that you must compile your application against Android 3.2 or higher in order to use
175 &lt;supports-screens>}</a> element for the reverse scenario (when your application is not compatible
177 external services such as Google Play <strong>do not</strong> apply filtering. Your application
182 to prevent your application from being downloaded on larger screens, use <a
187 <p>Remember, you should strive to make your application available to as many devices as possible by
194 or you have decided to provide different versions of your application for different sets of screen
201 <p>Although we recommend that you publish one APK for your application, Google Play allows
203 application when each APK supports a different set of screen configurations (as declared in
205 version of your application, but you're unable to make the same APK work for both screen sizes,
206 you can actually publish two APKs for the same application listing. Depending on each device's
210 <p>Beware, however, that publishing multiple APKs for the same application is