b/2528229 Add vCard import support to Gmail.
Change-Id: Idf96401e78f8321126e598574111dd7bf11f8e45
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 107d877..c33c3e7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -442,6 +442,7 @@
android:theme="@android:style/Theme.NoTitleBar" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
+ <data android:mimeType="text/directory" />
<data android:mimeType="text/x-vcard" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>