summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-12-16 17:11:58 -0800
committerDianne Hackborn <hackbod@google.com>2009-12-16 17:11:58 -0800
commitb1278afe60d7d7a81985dde6551831e21c124772 (patch)
tree1aba72d126b410d2087c435bbf5ee67cf53b34b0 /AndroidManifest.xml
parent2b66f8bd703149473a4b8b6d3e58fb53ada0fd8d (diff)
downloadandroid_packages_wallpapers_LivePicker-b1278afe60d7d7a81985dde6551831e21c124772.tar.gz
android_packages_wallpapers_LivePicker-b1278afe60d7d7a81985dde6551831e21c124772.tar.bz2
android_packages_wallpapers_LivePicker-b1278afe60d7d7a81985dde6551831e21c124772.zip
The wallpaper picker should not try to run in acore.
It can't, because it isn't using the sharedUserId for it. So what this ended up doing was creating another acore under this app's uid, which confused me for a long time.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 94d925a..f90f005 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -26,7 +26,6 @@
<uses-permission android:name="android.permission.BIND_WALLPAPER" />
<application
- android:process="android.process.acore"
android:label="@string/application_name"
android:icon="@drawable/ic_launcher_live_wallpaper">