From fc8fa638617efb5695a1f89ea75375faebbe2a40 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Wed, 17 Aug 2011 16:20:47 -0700 Subject: Fix issue #5128639: SystemUI grows by 10MB after taking a screenshot We now do the screenshot in a separate process. Also change the recents panel to not use hardware acceleration on lower-end devices. And improve how it gets shown to not load all data up-front which results in a long delay when you have lots of recents. Change-Id: Ia309a90f9939e5405758621b3f7114597bd0c02a --- packages/SystemUI/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/SystemUI/AndroidManifest.xml') diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 2080fad6fcc0..d10911fcba10 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -29,6 +29,7 @@