Fix deeplink_matrixto.sh content, it did not contain a matrix.to link.
This commit is contained in:
parent
015cad90b6
commit
39bfd3a261
2 changed files with 10 additions and 1 deletions
9
tools/adb/deeplink_element.sh
Executable file
9
tools/adb/deeplink_element.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#! /bin/bash
|
||||
|
||||
# Copyright (c) 2026 Element Creations Ltd.
|
||||
#Fix
|
||||
# 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 "element://room/%23element-android%3Amatrix.org"
|
||||
|
|
@ -7,4 +7,4 @@
|
|||
# Please see LICENSE files in the repository root for full details.
|
||||
|
||||
adb shell am start -a android.intent.action.VIEW \
|
||||
-d "element://room/%23element-android%3Amatrix.org"
|
||||
-d "https://matrix.to/#/#matrix:matrix.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue