diff options
| author | 2011-08-17 16:20:47 -0700 | |
|---|---|---|
| committer | 2011-08-17 17:45:05 -0700 | |
| commit | fc8fa638617efb5695a1f89ea75375faebbe2a40 (patch) | |
| tree | 685aeed4995ea17399accf5d46545038235d5105 /packages/SystemUI/AndroidManifest.xml | |
| parent | 9a5505f0253a9114aea6192a22da6ec1c1b85ed2 (diff) | |
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
Diffstat (limited to 'packages/SystemUI/AndroidManifest.xml')
| -rw-r--r-- | packages/SystemUI/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <!-- started from PhoneWindowManager TODO: Should have an android:permission attribute --> <service android:name=".screenshot.TakeScreenshotService" + android:process=":screenshot" android:exported="false" /> <service android:name=".LoadAverageService" |