update channel url prefix

master
Andre Kirchhoff 2022-08-14 08:54:18 -03:00 zatwierdzone przez GitHub
rodzic e9113f1a8f
commit c8724f73f0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -140,7 +140,7 @@
<!-- The QR codes to share channel settings are shared as meshtastic URLS
an approximate example:
http://www.meshtastic.org/d/YXNkZnF3ZXJhc2RmcXdlcmFzZGZxd2Vy
http://www.meshtastic.org/e/YXNkZnF3ZXJhc2RmcXdlcmFzZGZxd2Vy
-->
<action android:name="android.intent.action.VIEW" />
@ -150,11 +150,11 @@
<data
android:scheme="https"
android:host="www.meshtastic.org"
android:pathPrefix="/d/" />
android:pathPrefix="/e/" />
<data
android:scheme="https"
android:host="www.meshtastic.org"
android:pathPrefix="/D/" />
android:pathPrefix="/E/" />
</intent-filter>
<intent-filter>