Add additional eml mime type.

Still wanna support application/eml even though
I doubt we'll ever see it.

Change-Id: I5dd74e5882b40d136f3849bb2500de0e5cbba24c
This commit is contained in:
Andrew Sapperstein 2013-06-06 15:51:50 -07:00
parent f20ed13765
commit c035a693e7
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,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>