am 9dc882be: Merge "Get rid of explicit GC requests" into jb-mr1-dev

* commit '9dc882be0f9cfa21f2f73b1bd4c9d75612ac5bfc':
  Get rid of explicit GC requests
This commit is contained in:
Michael Jurka
2012-10-22 17:10:02 -07:00
committed by Android Git Automerger
@@ -352,11 +352,6 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
// force building the layer, so you don't get a blip early in an animation
// when the layer is created layer
buildLayer();
// Let the GC system know that now is a good time to do any garbage
// collection; makes it less likely we'll get a GC during the all apps
// to workspace animation
System.gc();
}
}