mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
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:
parent
7d33365095
commit
3fceb1fae1
8 changed files with 605 additions and 191 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue