1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Accept only root path for mobile.element.io.

This commit is contained in:
Benoit Marty
2025-05-21 11:55:16 +02:00
parent ddc319fbca
commit a8ea684579
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
adb shell am start -a android.intent.action.VIEW -d "https://mobile.element.io?hs_url=https%3A%2F%2Felement.io"
adb shell am start -a android.intent.action.VIEW -d "https://mobile.element.io/?hs_url=https%3A%2F%2Felement.io"