feat: Add Contact Sharing via QR code (#1859)

This commit is contained in:
James Rich 2025-05-20 13:36:11 -05:00 committed by GitHub
parent 38b9515fca
commit c99fe642b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 454 additions and 58 deletions

View file

@ -173,14 +173,13 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:scheme="https"
android:host="meshtastic.org"
android:pathPrefix="/e/" />
<data
android:scheme="https"
android:host="meshtastic.org"
android:pathPrefix="/E/" />
<data android:scheme="https" />
<data android:scheme="http" />
<data android:host="meshtastic.org" />
<data android:pathPrefix="/e/" />
<data android:pathPrefix="/E/" />
<data android:pathPrefix="/v/" />
<data android:pathPrefix="/V/" />
</intent-filter>
<intent-filter>