X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/c28d2500b146d5631edea28e4f4864c6d5b1b915..d21107ab35ee636ae9baaf34b5b7d6e86a90ac24:/Command.cpp diff --git a/Command.cpp b/Command.cpp index ad0465d..661ecb1 100644 --- a/Command.cpp +++ b/Command.cpp @@ -1139,8 +1139,8 @@ int doDump(Bundle* bundle) largeScreen = targetSdk >= 4 ? -1 : 0; } if (xlargeScreen > 0) { - // Introduced in Honeycomb. - xlargeScreen = targetSdk >= 10 ? -1 : 0; + // Introduced in Gingerbread. + xlargeScreen = targetSdk >= 9 ? -1 : 0; } if (anyDensity > 0) { anyDensity = targetSdk >= 4 ? -1 : 0;