summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-08-01 16:11:57 -0700
committerDianne Hackborn <hackbod@google.com>2011-08-01 17:55:54 -0700
commitba39839444532af0ed3766f736582413f6d7a40b (patch)
tree38f89252a63a327f9c9861ceea2b4e3849af28d2 /core/res/AndroidManifest.xml
parent2a2ec87b55d423ae91385d4e9f51725154b7a272 (diff)
downloadframeworks_base-ba39839444532af0ed3766f736582413f6d7a40b.zip
frameworks_base-ba39839444532af0ed3766f736582413f6d7a40b.tar.gz
frameworks_base-ba39839444532af0ed3766f736582413f6d7a40b.tar.bz2
Move ImageWallpaper to SystemUI process.
Nice to not load 4MB bitmaps in the system process. Also, hey, with how we are now scrolling the surface instead of the bitmap, there is no reason to keep that 4MB bitmap loaded in to memory. So don't. Unfortunately it looks like for some reason the VM is still holding on to the bitmap. I'll need to figure out why. Later. Change-Id: Ib3503756144502fc5c8d5e294248c2417c4fe8c8
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 9d0901a..f99a94c 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1504,10 +1504,6 @@
android:excludeFromRecents="true">
</activity>
- <service android:name="com.android.internal.service.wallpaper.ImageWallpaper"
- android:permission="android.permission.BIND_WALLPAPER">
- </service>
-
<receiver android:name="com.android.server.BootReceiver" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />