commit | 574f905c9b114044a5ea2726cb155aee3615034d | [log] [tgz] |
---|---|---|
author | Attila Bodis <attila@google.com> | Fri Mar 19 16:15:04 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Mar 19 16:15:04 2010 -0700 |
tree | 9eaf3bf21c400b1876e18f9d09aabe3b44cc4631 | |
parent | 437063a5fca0624d20464c12c354e13393b8d371 [diff] | |
parent | 1261e136574e93d5a4b2a92ecd8f078f4daca55e [diff] |
Merge "b/2528229 Add vCard import support to Gmail."
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>