kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
update channel url prefix
rodzic
e9113f1a8f
commit
c8724f73f0
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue