mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Support new crop wallpaper intent
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user