Allow deeplinks back into Signal from iDEAL banking apps.

This commit is contained in:
Cody Henthorne
2023-12-01 10:41:30 -05:00
parent 420e15c179
commit f5d9fbe91c
3 changed files with 31 additions and 10 deletions

View File

@@ -594,6 +594,13 @@
android:host="signal.group"/>
</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:scheme="https" android:host="signaldonations.org" android:pathPrefix="/stripe/return/ideal"/>
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />