am c11f6c3e: am 7cae137e: am 79841acb: Merge "Compatibility mode never needed for normal size screens." into honeycomb-mr2
* commit 'c11f6c3e33c9f1e3964cb2427f82509fc97e3527': Compatibility mode never needed for normal size screens.
This commit is contained in:
@@ -199,6 +199,9 @@ public class CompatibilityInfo implements Parcelable {
|
||||
} else if (!anyResizeable) {
|
||||
compatFlags |= ALWAYS_NEEDS_COMPAT;
|
||||
}
|
||||
} else {
|
||||
compatFlags &= ~NEEDS_SCREEN_COMPAT;
|
||||
compatFlags |= NEVER_NEEDS_COMPAT;
|
||||
}
|
||||
|
||||
if ((appInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user