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

* commit '0acc2041a6d2b73358adbf34735e309977a26bdb':
  Get rid of explicit GC requests
This commit is contained in:
Michael Jurka
2012-10-22 17:12:32 -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();
}
}