summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJay Shrauner <shrauner@google.com>2014-09-03 11:48:48 -0700
committerJay Shrauner <shrauner@google.com>2014-09-03 16:08:57 -0700
commitb2ace69ba704ac9018d531eb7d0ff89c379380b0 (patch)
tree8827c75490a6fe7bbbb18514c9cbf680d7c532c1 /AndroidManifest.xml
parentd36fa13013a66e435df223602f3975b2892f4589 (diff)
downloadandroid_packages_apps_Dialer-b2ace69ba704ac9018d531eb7d0ff89c379380b0.tar.gz
android_packages_apps_Dialer-b2ace69ba704ac9018d531eb7d0ff89c379380b0.tar.bz2
android_packages_apps_Dialer-b2ace69ba704ac9018d531eb7d0ff89c379380b0.zip
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
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 92d6d9465..370a952bc 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"