diff options
author | Jay Shrauner <shrauner@google.com> | 2014-09-04 05:25:44 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-09-04 05:25:44 +0000 |
commit | 73a48b0be310cc6a24ff73dbfbbdb9b35de85262 (patch) | |
tree | 3735174d0264a3c06aba718d8f7b6256f538e6c5 /AndroidManifest.xml | |
parent | bdbe897595deffe75379fb16db3d200c900a042b (diff) | |
parent | b2ace69ba704ac9018d531eb7d0ff89c379380b0 (diff) |
am b2ace69b: Remove vcard support
* commit 'b2ace69ba704ac9018d531eb7d0ff89c379380b0':
Remove vcard support
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 13 |
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" |