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:
parent
f20ed13765
commit
c035a693e7
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user