feat(navigation): Add deep links to other screens (#2811)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-08-23 14:35:57 -05:00 committed by GitHub
parent 7d33365095
commit 3fceb1fae1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 605 additions and 191 deletions

View file

@ -162,11 +162,7 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="meshtastic" />
<data android:host="meshtastic" />
<data android:pathPrefix="/messages" />
<data android:pathPrefix="/share" />
<data android:pathPrefix="/settings" />
<data android:scheme="meshtastic" android:host="meshtastic" />
</intent-filter>
<intent-filter android:autoVerify="true">