Merge "Run wallpaper chooser in a separate process" into ics-mr0

This commit is contained in:
Michael Jurka
2011-10-17 02:32:30 -07:00
committed by Android (Google) Code Review

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