less greedy intent-filter for www.openstreetmap.org (fixes #4440)

Registering an intent filter for all of openstreetmap breaks the OAuth process for other Android apps, trying to access www.openstreetmap.org/oauth

(cherry picked from commit f9e42fc)
This commit is contained in:
Tobias Zwick 2017-10-13 22:24:55 +03:00 committed by PavelRatushny
parent 7713dbcc99
commit d21efe39ca

View file

@ -229,7 +229,9 @@
<data android:scheme="https" />
<data android:host="maps.yandex.ru" />
<data android:host="maps.yandex.com" />
<data android:host="www.openstreetmap.org" />
<data android:host="www.openstreetmap.org" android:path="/"/> <!-- catches /#map=... -->
<data android:host="www.openstreetmap.org" android:pathPrefix="/query"/>
<data android:host="www.openstreetmap.org" android:pathPrefix="/go"/>
<data android:host="openstreetmap.org" />
<data android:host="osm.org" />
<data android:host="map.baidu.cn" />