From 3099d2a96e190b5754a28173f76b2a28ef99d363 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 30 Sep 2015 12:17:19 -0700 Subject: [PATCH] docs: Noted several new supported screen resolutions. See first comment for doc stage location. bug: 24351061 Change-Id: I1a2d7133129dc9a0cc6cdbdc69ca1a7a006c8913 --- .../manifest/compatible-screens-element.jd | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/html/guide/topics/manifest/compatible-screens-element.jd b/docs/html/guide/topics/manifest/compatible-screens-element.jd index 3606b15cabcc1..664bb5fa20833 100644 --- a/docs/html/guide/topics/manifest/compatible-screens-element.jd +++ b/docs/html/guide/topics/manifest/compatible-screens-element.jd @@ -9,7 +9,8 @@ parent.link=manifest-intro.html
 <compatible-screens>
     <screen android:screenSize=["small" | "normal" | "large" | "xlarge"]
-            android:screenDensity=["ldpi" | "mdpi" | "hdpi" | "xhdpi"] />
+            android:screenDensity=["ldpi" | "mdpi" | "hdpi" | "xhdpi"
+                                   | "280" | "360" | "420" | "480" | "560" ] />
     ...
 </compatible-screens>
 
@@ -90,14 +91,16 @@ href="{@docRoot}guide/practices/screens_support.html#range">Supporting Multiple
Required. Specifies the screen density for this screen configuration.

Accepted values:

-

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.