summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMarcus Hagerott <mhagerott@google.com>2020-06-08 14:11:39 -0700
committerMarcus Hagerott <mhagerott@google.com>2020-06-08 14:18:00 -0700
commit3f6255fa41bf53bc8afd2f2d4fd055c668019c1f (patch)
treec5411afa0a11216e1f5816d153a2abc85c3a327f /AndroidManifest.xml
parentf00ec299743baa98026d442f698da0ef4b506846 (diff)
downloadContacts-3f6255fa41bf53bc8afd2f2d4fd055c668019c1f.tar.gz
Add mimeType to queries element for custom CP2 data
Test: built Contacts Bug: 153642448 Change-Id: I760983af85294bd98521f7c7c567fc6f2bedac8e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4d923da7c..bc37284b9 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 -->