also match OSM short hostnames: osm.org and openstreetmap.org

osm.org is the official short URL for OpenStreetMap, with proper HTTPS
coming soon.  openstreetmap.org is the temporary short URL since it already
supports HTTPS.
This commit is contained in:
Hans-Christoph Steiner 2015-01-08 10:19:56 +01:00
parent c54d8d47e8
commit 597f4b0a89

View file

@ -195,6 +195,10 @@
<intent-filter>
<data android:scheme="http" android:host="www.openstreetmap.org" />
<data android:scheme="https" android:host="www.openstreetmap.org" />
<data android:scheme="http" android:host="openstreetmap.org" />
<data android:scheme="https" android:host="openstreetmap.org" />
<data android:scheme="http" android:host="osm.org" />
<data android:scheme="https" android:host="osm.org" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />