* commit '0661577551321d522d3c822d19dc79f9f40d274c': Run wallpaper chooser in a separate process
This commit is contained in:
+2
-1
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user