Remove vcard support
Vcard support was left in both Dialer and Contacts as a legacy from
splitting the two apps apart. Leave in Contacts and remove from Dialer.
Bug:17357579
Change-Id: I536960c9882a30097e3be6976db23042d0f5e0ea
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 92d6d94..370a952 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -198,24 +198,11 @@
<activity android:name="com.android.contacts.common.vcard.ImportVCardActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
android:theme="@style/BackgroundOnlyTheme">
- <intent-filter>
- <action android:name="android.intent.action.VIEW"/>
- <data android:mimeType="text/directory"/>
- <data android:mimeType="text/vcard"/>
- <data android:mimeType="text/x-vcard"/>
- <category android:name="android.intent.category.DEFAULT"/>
- </intent-filter>
</activity>
<activity android:name="com.android.contacts.common.vcard.NfcImportVCardActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
android:theme="@style/BackgroundOnlyTheme">
- <intent-filter>
- <action android:name="android.nfc.action.NDEF_DISCOVERED"/>
- <data android:mimeType="text/vcard"/>
- <data android:mimeType="text/x-vcard"/>
- <category android:name="android.intent.category.DEFAULT"/>
- </intent-filter>
</activity>
<activity android:name="com.android.contacts.common.vcard.CancelActivity"