Support new crop wallpaper intent

This commit is contained in:
Michael Jurka
2013-09-09 16:23:55 +02:00
parent 85f418d0f5
commit f56914b2e5

View File

@@ -110,7 +110,7 @@
android:finishOnCloseSystemDialogs="true"
android:process=":wallpaper_chooser">
<intent-filter>
<action android:name="com.android.launcher3.action.CROP_AND_SET_WALLPAPER" />
<action android:name="android.intent.action.CROP_AND_SET_WALLPAPER" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
</intent-filter>