Private
Public Access
1
0

Notifications: deep linking

This commit is contained in:
2024-03-29 01:04:09 -07:00
parent c2786d268f
commit 46c2fd6bf9
3 changed files with 42 additions and 11 deletions

View File

@@ -27,10 +27,14 @@
android:theme="@style/Theme.KordophoneDroid">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<!-- Message List Deep Link -->
<data android:scheme="kordophone" android:host="messages" />
</intent-filter>
<meta-data
android:name="android.app.lib_name"
android:value="" />