forked from organicmaps/organicmaps
[android] Added verification for deep linking
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
c38d9e8f6d
commit
5dea8a5535
1 changed files with 5 additions and 13 deletions
|
@ -80,18 +80,14 @@
|
|||
<data android:scheme="om"/>
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
|
||||
<data
|
||||
android:host="omaps.app"
|
||||
android:scheme="https"/>
|
||||
<data
|
||||
android:host="omaps.app"
|
||||
android:scheme="http"/>
|
||||
<data android:scheme="http" android:host="omaps.app"/>
|
||||
<data android:scheme="https"/>
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
|
@ -100,12 +96,8 @@
|
|||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
|
||||
<data
|
||||
android:host="maps.google.com"
|
||||
android:scheme="https"/>
|
||||
<data
|
||||
android:host="maps.google.com"
|
||||
android:scheme="http"/>
|
||||
<data android:scheme="http" android:host="maps.google.com"/>
|
||||
<data android:scheme="https"/>
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
|
|
Loading…
Add table
Reference in a new issue