From d561913798c6ee3c987f39fa19f70e53eeb93ce6 Mon Sep 17 00:00:00 2001 From: Philip Nowell Date: Thu, 25 Sep 2014 15:40:56 -0700 Subject: [PATCH] Corrects a typo that identified XXXHIGH as 560 dpi instead of 640. Change-Id: I8b5ac84431d378f0e43be8d19920fd6ba335ebc6 --- core/java/android/util/DisplayMetrics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/util/DisplayMetrics.java b/core/java/android/util/DisplayMetrics.java index 946a3f796939d..c855e579650b6 100644 --- a/core/java/android/util/DisplayMetrics.java +++ b/core/java/android/util/DisplayMetrics.java @@ -81,7 +81,7 @@ public class DisplayMetrics { /** * Intermediate density for screens that sit somewhere between - * {@link #DENSITY_XXHIGH} (480 dpi) and {@link #DENSITY_XXXHIGH} (560 dpi). + * {@link #DENSITY_XXHIGH} (480 dpi) and {@link #DENSITY_XXXHIGH} (640 dpi). * This is not a density that applications should target, instead relying * on the system to scale their {@link #DENSITY_XXXHIGH} assets for them. */