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>2018-02-14 18:41:37 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-02-15 11:12:53 +0300
commit22a3881baa1275d50dd667906fba6511e97bdd0c (patch)
tree0e2c5207d49110241fdc4f8b9c5aeb2f3913d5e9 /android/AndroidManifest.xml
parentf79cd980a5e03c6d0bf72c1c254c4cf544dd7003 (diff)
[android] Added 'https' scheme for ge0 links
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index bb8e10e7f1..44f0711759 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -118,6 +118,9 @@
<data
android:host="ge0.me"
+ android:scheme="https"/>
+ <data
+ android:host="ge0.me"
android:scheme="http"/>
</intent-filter>