feat: add node deep link intent filter

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
flockhopperdev
2026-06-01 16:50:55 -06:00
committed by Claude Code
parent b00e44e3bb
commit 8aab359f22
+1
View File
@@ -42,6 +42,7 @@
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="deflockapp" android:host="profiles"/>
<data android:scheme="deflockapp" android:host="node"/>
</intent-filter>
</activity>