Merge pull request #182 from coracle-social/flotilla-148-deep-linking

Add mobile deep linking support
This commit is contained in:
Matthew Remmel
2025-08-26 13:37:40 -04:00
committed by GitHub
5 changed files with 43 additions and 1 deletions
+7
View File
@@ -20,6 +20,13 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="app.flotilla.social" />
</intent-filter>
</activity>
<provider