Open osm.org links in the app

Signed-off-by: Stefanos Papanatsios <github.ekta@aleeas.com>

Signed-off-by: CrazyStevenz <github.ekta@aleeas.com>
This commit is contained in:
CrazyStevenz 2025-03-06 20:08:07 +02:00 committed by GitHub
parent d7db7df723
commit 924e087906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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