Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
CrazyStevenz
924e087906
Open osm.org links in the app
Signed-off-by: Stefanos Papanatsios <github.ekta@aleeas.com>

Signed-off-by: CrazyStevenz <github.ekta@aleeas.com>
2025-03-06 20:08:07 +02:00

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" />