From d53f8abcf5a3227efb9996886900ae53bf386cd9 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Fri, 2 Aug 2013 12:53:50 -0700 Subject: add note to use "480" instead of "xxhdpi" (this should be temporary) Change-Id: I6552f1cc420d3278f363df8e0640d59eba1fd180 --- .../guide/topics/manifest/compatible-screens-element.jd | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'docs/html/guide/topics') diff --git a/docs/html/guide/topics/manifest/compatible-screens-element.jd b/docs/html/guide/topics/manifest/compatible-screens-element.jd index 9ef44fe..00cbfe5 100644 --- a/docs/html/guide/topics/manifest/compatible-screens-element.jd +++ b/docs/html/guide/topics/manifest/compatible-screens-element.jd @@ -33,14 +33,15 @@ with specific screen configurations and enable filtering for users. Any screen c compatible. Thus, external services (such as Google Play) should not provide the application to devices with such screens.

-

Caution: Normally, you should not use this manifest +

Caution: Normally, you should not use this manifest element. Using this element can dramatically reduce the potential user base for your application, by not allowing users to install your application if they have a device with a screen configuration that you have not listed. You should use it only as a last resort, when the -application absolutely does not work with all screen configurations. Instead of using this element, -you should follow the guide to Supporting -Multiple Screens, in order to provide complete support for multiple screens, by adding -alternative resources for different screen sizes and densities.

+application absolutely does not work with specific screen configurations. Instead of using this +element, you should follow the guide to Supporting Multiple Screens to +provide scalable support for multiple screens using alternative layouts and bitmaps +for different screen sizes and densities.

If you want to set only a minimum screen size for your your application, then you should use the {@code @@ -94,6 +95,10 @@ href="{@docRoot}guide/practices/screens_support.html#range">Supporting Multiple

  • {@code hdpi}
  • {@code xhdpi}
  • +

    Note: This attribute currently does not accept + {@code xxhdpi} as a valid value, but you can instead specify {@code 480} + as the value, which is the approximate threshold for xhdpi screens.

    +

    For information about the different screen densities, see Supporting Multiple Screens.

    -- cgit v1.1