feat: 1-tap connection

This commit is contained in:
2025-05-26 16:40:18 +01:00
parent f36f02e95a
commit 19d50f2947
13 changed files with 220 additions and 23 deletions

View File

@ -31,6 +31,12 @@
<data android:scheme="http" android:host="zap.stream" />
<data android:scheme="https" />
</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="zswc" />
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->