Add mimeType to queries element for custom CP2 data

Test: built Contacts
Bug: 153642448
Change-Id: I760983af85294bd98521f7c7c567fc6f2bedac8e
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4d923da..bc37284 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -650,10 +650,6 @@
         </intent>
         <intent>
             <action android:name="android.intent.action.VIEW"/>
-            <data android:scheme="http"/>
-        </intent>
-        <intent>
-            <action android:name="android.intent.action.VIEW"/>
             <data android:scheme="https"/>
         </intent>
 
@@ -666,7 +662,8 @@
         </intent>
         <intent>
             <action android:name="android.intent.action.VIEW" />
-            <data android:scheme="content" android:host="com.android.contacts" />
+            <data android:scheme="content" android:host="com.android.contacts"
+                android:mimeType="vnd.android.cursor.item/*" />
         </intent>
 
         <!-- calling -->