Handle bitchat://verify deep links

This commit is contained in:
yet300
2025-12-31 18:49:04 +04:00
parent 0c99012208
commit 0e75e3856f
2 changed files with 20 additions and 0 deletions
+6
View File
@@ -86,6 +86,12 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="bitchat" android:host="verify" />
</intent-filter>
</activity>
<!-- Persistent foreground service to run the mesh in background -->