refactor: Support Meshtastic URL deep link scheme in HTTPS only (#1942)

This commit is contained in:
James Rich 2025-05-26 19:20:53 -05:00 committed by GitHub
parent 42156faaef
commit 62e2368887
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,7 +174,7 @@
<!-- The QR codes to share channel settings are shared as meshtastic URLS
an approximate example:
http://meshtastic.org/e/YXNkZnF3ZXJhc2RmcXdlcmFzZGZxd2Vy
https://meshtastic.org/e/YXNkZnF3ZXJhc2RmcXdlcmFzZGZxd2Vy
-->
<action android:name="android.intent.action.VIEW" />
@ -182,7 +182,6 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
<data android:scheme="http" />
<data android:host="meshtastic.org" />
<data android:pathPrefix="/e/" />
<data android:pathPrefix="/E/" />