diff options
author | Jeff Davidson <jpd@google.com> | 2014-07-16 12:56:26 -0700 |
---|---|---|
committer | Jeff Davidson <jpd@google.com> | 2014-07-16 13:10:18 -0700 |
commit | 61a5a3f2c38ca908b7a607e7bc19b8553f59780e (patch) | |
tree | 13ee4b490901ca8e773be0e0d1540f1a86a0af76 | |
parent | 12958a42acc165fe2510d036ec14372873d201d3 (diff) | |
download | frameworks_base-61a5a3f2c38ca908b7a607e7bc19b8553f59780e.zip frameworks_base-61a5a3f2c38ca908b7a607e7bc19b8553f59780e.tar.gz frameworks_base-61a5a3f2c38ca908b7a607e7bc19b8553f59780e.tar.bz2 |
Remove obsolete remark from XXHDPI comment.
XXHDPI screens now make up 15% of all Android devices, so developers
should be encouraged to include assets at this density.
Change-Id: I9d845769233a71dd954b5f35246aabb774a1c40d
-rw-r--r-- | core/java/android/util/DisplayMetrics.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/java/android/util/DisplayMetrics.java b/core/java/android/util/DisplayMetrics.java index 6cda905..3f10b92 100644 --- a/core/java/android/util/DisplayMetrics.java +++ b/core/java/android/util/DisplayMetrics.java @@ -75,9 +75,7 @@ public class DisplayMetrics { public static final int DENSITY_400 = 400; /** - * Standard quantized DPI for extra-extra-high-density screens. Applications - * should not generally worry about this density; relying on XHIGH graphics - * being scaled up to it should be sufficient for almost all cases. + * Standard quantized DPI for extra-extra-high-density screens. */ public static final int DENSITY_XXHIGH = 480; |