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:
authorАлександр Зацепин <az@mapswithme.com>2017-05-16 18:42:30 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-05-19 16:42:33 +0300
commit4808a8f0bc25ba1cf7fd114553745f3e779e45f8 (patch)
treee5e000986301b17deeb81042086f6f9da8e79cd9 /android/AndroidManifest.xml
parent8e66c2de4fee7f9e9abd1df9bae947dd580ffc75 (diff)
[andorid] Fixed scheme and host for lead url/intent
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 9c3cb541cd..6758c1a7a5 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -141,8 +141,12 @@
<category android:name="android.intent.category.BROWSABLE"/>
<data
- android:host="lead"
- android:scheme="mapsme"/>
+ android:host="lead.maps.me"
+ android:scheme="http"/>
+
+ <data
+ android:host="lead.maps.me"
+ android:scheme="https"/>
</intent-filter>
<!-- API CALL -->