Implement app link support (fix #39)

This commit is contained in:
Anton Tananaev 2025-08-30 06:26:56 -07:00
parent e508f50054
commit 66155fb273
7 changed files with 136 additions and 50 deletions

View file

@ -29,6 +29,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="org.traccar.client"/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->