forked from organicmaps/organicmaps
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:
parent
d7db7df723
commit
924e087906
1 changed files with 11 additions and 0 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue