am 46151652
: Merge "fix xlarge support in aapt for gingerbread" into gingerbread
* commit '46151652b8dc562f4a3332e1d12fa799e3638ea8': fix xlarge support in aapt for gingerbread
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user