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:
authorRoman Romanov <rromanov@65gb.net>2017-05-17 15:04:15 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-05-19 16:42:36 +0300
commita4b988131822758ded7f5631a9d7eb594d7429d7 (patch)
tree61573eb96aa4b38aadee63ef7f26c5828d7785e2 /android/AndroidManifest.xml
parent2c49d828461733df5c8524c1fb0f6c917726a3bd (diff)
[android] Changed lead url scheme from http/https to mapsme. And domain: lead.maps.me -> lead.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 6758c1a7a5..9c3cb541cd 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -141,12 +141,8 @@
<category android:name="android.intent.category.BROWSABLE"/>
<data
- android:host="lead.maps.me"
- android:scheme="http"/>
-
- <data
- android:host="lead.maps.me"
- android:scheme="https"/>
+ android:host="lead"
+ android:scheme="mapsme"/>
</intent-filter>
<!-- API CALL -->