forked from organicmaps/organicmaps
KML files intent-filter fix.
This commit is contained in:
parent
2bd30474af
commit
2873404f7d
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<data
|
||||
android:host="*"
|
||||
android:mimeType="*/*"
|
||||
android:pathPattern=".*\\.kmz"
|
||||
android:scheme="file"/>
|
||||
</intent-filter>
|
||||
|
@ -41,6 +42,7 @@
|
|||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<data
|
||||
android:host="*"
|
||||
android:mimeType="*/*"
|
||||
android:pathPattern=".*\\.kml"
|
||||
android:scheme="file"/>
|
||||
</intent-filter>
|
||||
|
|
Loading…
Add table
Reference in a new issue