Merge "Add new <queries> declaration" into ub-launcher3-master
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cdd1c59..d0b03a1 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,6 +19,15 @@
<uses-permission
android:name="com.android.wallpaper.NOTIFY_ROTATING_WALLPAPER_CHANGED" />
+ <queries>
+ <intent>
+ <action android:name="com.android.launcher3.action.PARTNER_CUSTOMIZATION"/>
+ </intent>
+ <intent>
+ <action android:name="android.service.wallpaper.WallpaperService"/>
+ </intent>
+ </queries>
+
<application
tools:replace="android:icon,android:name"
android:allowBackup="true"