diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 628c428790..6041fbb118 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -118,20 +118,6 @@ - - - - - - - - - - diff --git a/tools/adb/deeplink_element.sh b/tools/adb/deeplink_element.sh new file mode 100755 index 0000000000..7bc48a5fe8 --- /dev/null +++ b/tools/adb/deeplink_element.sh @@ -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" diff --git a/tools/adb/deeplink_matrixto.sh b/tools/adb/deeplink_matrixto.sh index 9c289cc72d..5f125f9db7 100755 --- a/tools/adb/deeplink_matrixto.sh +++ b/tools/adb/deeplink_matrixto.sh @@ -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"