Deeplink: handle notification click to open a room.
This commit is contained in:
parent
018a5c540a
commit
b0f14bfb15
17 changed files with 292 additions and 33 deletions
|
|
@ -40,6 +40,14 @@
|
|||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<!-- Handle deep-link for notification, uncomment to be able to test deeplink with ./tools/adb/deeplink.sh -->
|
||||
<!--intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data
|
||||
android:host="open"
|
||||
android:scheme="elementx" />
|
||||
</intent-filter-->
|
||||
</activity>
|
||||
|
||||
<provider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue