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:
parent
c54d8d47e8
commit
597f4b0a89
1 changed files with 4 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue