register our app to handle meshtastic urls

This commit is contained in:
Kevin Hester 2020-03-02 08:54:57 -08:00
parent 44ebac1758
commit e43e687766
2 changed files with 21 additions and 1 deletions

View file

@ -100,7 +100,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data
android:scheme="http"
android:scheme="https"
android:host="www.meshtastic.org"
android:pathPrefix="/c/" />
</intent-filter>