mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
update QR code convention
This commit is contained in:
parent
72af2b4a44
commit
2e4cae048f
3 changed files with 6 additions and 6 deletions
|
|
@ -137,7 +137,7 @@
|
|||
<!-- The QR codes to share channel settings are shared as meshtastic URLS
|
||||
|
||||
an approximate example:
|
||||
http://www.meshtastic.org/e/YXNkZnF3ZXJhc2RmcXdlcmFzZGZxd2Vy
|
||||
http://meshtastic.org/e/YXNkZnF3ZXJhc2RmcXdlcmFzZGZxd2Vy
|
||||
-->
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
|
|
@ -146,11 +146,11 @@
|
|||
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="www.meshtastic.org"
|
||||
android:host="meshtastic.org"
|
||||
android:pathPrefix="/e/" />
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="www.meshtastic.org"
|
||||
android:host="meshtastic.org"
|
||||
android:pathPrefix="/E/" />
|
||||
</intent-filter>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue