Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Yunitsky <yunik@mapswithme.com>2014-10-16 18:08:50 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:30:50 +0300
commit2873404f7d2ad3b9e859981f710f1f5b762ae9d9 (patch)
tree93f773accaee7943285e9fc5c0c809749ddb3eb0 /android/flavors
parent2bd30474af4feae2916859ddfc7422eb8b45ce1c (diff)
KML files intent-filter fix.
Diffstat (limited to 'android/flavors')
-rw-r--r--android/flavors/pro/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/flavors/pro/AndroidManifest.xml b/android/flavors/pro/AndroidManifest.xml
index 151a147e86..8e057af33d 100644
--- a/android/flavors/pro/AndroidManifest.xml
+++ b/android/flavors/pro/AndroidManifest.xml
@@ -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>