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.