fix #893, properly handle opening application/ics file types
This commit is contained in:
parent
3263b60dee
commit
1276b0e622
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
<data android:scheme="file"/>
|
||||
<data android:mimeType="text/x-vcalendar"/>
|
||||
<data android:mimeType="text/calendar"/>
|
||||
<data android:mimeType="application/ics"/>
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
|
|
Loading…
Reference in a new issue