Open osm.org links in the app #10434

Open
CrazyStevenz wants to merge 1 commit from CrazyStevenz/patch-2 into master

View file

@ -123,6 +123,17 @@
<data android:host="omaps.app"/>
</intent-filter>
<intent-filter android:autoVerify="@bool/autoVerify">
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:host="osm.org"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />