register to handle i.delta.chat links (#2922)

This commit is contained in:
Asiel Díaz Benítez
2024-01-19 23:23:17 -05:00
committed by GitHub
parent ee67c1d217
commit a1cc00a17f
2 changed files with 19 additions and 3 deletions
+8
View File
@@ -138,6 +138,14 @@
tools:ignore="AppLinkUrlError" />
</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="i.delta.chat" />
</intent-filter>
<meta-data android:name="com.sec.minimode.icon.portrait.normal"
android:resource="@mipmap/ic_launcher" />
<meta-data android:name="com.sec.minimode.icon.landscape.normal"