am 7813767: Merge change 1441 into donut

Merge commit '7813767b3ab2a0db3847ef62274b51a3d394a5e8'

* commit '7813767b3ab2a0db3847ef62274b51a3d394a5e8':
  removing log message checked in by acccident.
This commit is contained in:
Android (Google) Code Review
2009-05-12 10:10:01 -07:00
committed by The Android Open Source Project

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);