mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-29 14:38:45 +03:00
Add comment to schildichat:// intent filter
Change-Id: I155217f592d9af885cda51d1baf410c472c97a4a
This commit is contained in:
parent
c3fbaaa3aa
commit
c402e6d637
1 changed files with 2 additions and 0 deletions
|
@ -243,6 +243,8 @@
|
|||
android:host="room"
|
||||
android:scheme="element" />
|
||||
|
||||
<!-- No need to redefine hosts, filter will be merged with element's above:
|
||||
https://developer.android.com/training/app-links/deep-linking#adding-filters -->
|
||||
<data android:scheme="schildichat" />
|
||||
</intent-filter>
|
||||
</activity-alias>
|
||||
|
|
Loading…
Reference in a new issue