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
This commit is contained in:
Michael Jurka 2011-10-13 06:07:30 -07:00
parent 3f74f0cbc6
commit 4e01d33852
1 changed files with 2 additions and 1 deletions

View File

@ -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" />