Add sgnl://ideal support to app deeplinks.
This commit is contained in:
parent
c7f226b5cc
commit
34eef0bf5c
1 changed files with 11 additions and 1 deletions
|
@ -594,7 +594,17 @@
|
|||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="https" android:host="signaldonations.org" android:pathPrefix="/stripe/return/ideal"/>
|
||||
<data android:scheme="https"/>
|
||||
<data android:host="signaldonations.org"/>
|
||||
<data android:pathPrefix="/stripe/return/ideal"/>
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="sgnl"/>
|
||||
<data android:host="ideal"/>
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter android:autoVerify="true">
|
||||
|
|
Loading…
Add table
Reference in a new issue