summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-10-13 06:07:30 -0700
committerMichael Jurka <mikejurka@google.com>2011-10-13 06:07:30 -0700
commit4e01d33852d68196a47c6c10d54a4f17d3f9be99 (patch)
tree0c62449c821ff719bd2488779ac6c0778d999faf /AndroidManifest.xml
parent3f74f0cbc63a1ee264b49d5ca88954ea294b366b (diff)
downloadandroid_packages_apps_Trebuchet-4e01d33852d68196a47c6c10d54a4f17d3f9be99.tar.gz
android_packages_apps_Trebuchet-4e01d33852d68196a47c6c10d54a4f17d3f9be99.tar.bz2
android_packages_apps_Trebuchet-4e01d33852d68196a47c6c10d54a4f17d3f9be99.zip
Run wallpaper chooser in a separate process
Fixes cases where the wallpaper previews were not loading due to OOM errors. Bug #5453040 Change-Id: I96ea5e215e63f0848ca518c982a6d695d0dff75f
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dd9120fe4..cbb06f6e9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -83,7 +83,8 @@
style="@style/Theme.WallpaperPicker"
android:label="@string/pick_wallpaper"
android:icon="@drawable/ic_launcher_wallpaper"
- android:finishOnCloseSystemDialogs="true">
+ android:finishOnCloseSystemDialogs="true"
+ android:process=":wallpaper_chooser">
<intent-filter>
<action android:name="android.intent.action.SET_WALLPAPER" />
<category android:name="android.intent.category.DEFAULT" />