Merge change 1441 into donut

* changes:
  removing log message checked in by acccident.
This commit is contained in:
Android (Google) Code Review
2009-05-12 10:06:39 -07:00

View File

@@ -3498,7 +3498,6 @@ public final class ActivityThread {
if (r != null) {
// keep the original density based on application cale.
appDm.updateDensity(r.getDisplayMetrics().density);
Log.i("oshima", "Updated app display metrics " + appDm);
r.updateConfiguration(config, appDm);
// reset
appDm.setTo(dm);