Accept EML mime type

message/rfc822
This commit is contained in:
M66B 2019-02-07 12:35:06 +00:00
parent 63a6d90f10
commit 2d386392de
1 changed files with 11 additions and 0 deletions

View File

@ -130,6 +130,17 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="content" />
<data android:mimeType="message/rfc822" />
<data android:host="*" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />