Update call links parsing.

This commit is contained in:
Alex Hart
2023-06-09 12:29:51 -03:00
committed by Cody Henthorne
parent c90779beea
commit b9e002f7b1
2 changed files with 13 additions and 6 deletions

View File

@@ -602,10 +602,13 @@
<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="signal.link" />
<data android:scheme="sgnl" />
<data android:scheme="https" />
<data android:host="signal.link" />
</intent-filter>
</activity>