feat: Support matrix: links (#4839)
This commit is contained in:
parent
f15013e387
commit
20270cdffe
4 changed files with 31 additions and 4 deletions
9
tools/adb/deeplink_matrix.sh
Executable file
9
tools/adb/deeplink_matrix.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#! /bin/bash
|
||||
|
||||
# Copyright 2025 New Vector Ltd.
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
||||
# Please see LICENSE files in the repository root for full details.
|
||||
|
||||
adb shell am start -a android.intent.action.VIEW \
|
||||
-d "matrix:r/element-android:matrix.org"
|
||||
Loading…
Add table
Add a link
Reference in a new issue