Merge "Remove compat mode dialog." into honeycomb-mr2
This commit is contained in:
committed by
Android (Google) Code Review
commit
a3ce0f1e6f
@@ -1286,7 +1286,7 @@ public final class ActivityManagerService extends ActivityManagerNative
|
||||
mCompatModeDialog.dismiss();
|
||||
mCompatModeDialog = null;
|
||||
}
|
||||
if (ar != null) {
|
||||
if (ar != null && false) {
|
||||
if (mCompatModePackages.getPackageAskCompatModeLocked(
|
||||
ar.packageName)) {
|
||||
int mode = mCompatModePackages.computeCompatModeLocked(
|
||||
|
||||
Reference in New Issue
Block a user