Add missing data config to android manifest

This commit is contained in:
Matthew Remmel
2025-08-26 13:31:01 -04:00
parent a2a4b3599f
commit 72c7dd6126

View File

@@ -25,6 +25,7 @@
<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>