Merge "Add additional eml mime type." into jb-ub-mail-ur10

This commit is contained in:
Andrew Sapperstein 2013-06-06 23:07:02 +00:00 committed by Android (Google) Code Review
commit 3df361a577
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="message/rfc822" />
<data android:mimeType="application/eml" />
</intent-filter>
</activity>