|
|
@ -24,6 +24,18 @@
|
|
|
|
<action android:name="android.intent.action.MAIN"/>
|
|
|
|
<action android:name="android.intent.action.MAIN"/>
|
|
|
|
<category android:name="android.intent.category.LAUNCHER"/>
|
|
|
|
<category android:name="android.intent.category.LAUNCHER"/>
|
|
|
|
</intent-filter>
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- App Links -->
|
|
|
|
|
|
|
|
<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" />
|
|
|
|
|
|
|
|
<!-- Accepts URIs that begin with https://YOUR_HOST -->
|
|
|
|
|
|
|
|
<data
|
|
|
|
|
|
|
|
android:scheme="https"
|
|
|
|
|
|
|
|
android:pathPrefix="/callback/"
|
|
|
|
|
|
|
|
android:host="https://192.168.1.11" />
|
|
|
|
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
</activity>
|
|
|
|
<!-- Don't delete the meta-data below.
|
|
|
|
<!-- Don't delete the meta-data below.
|
|
|
|
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
|
|
|
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
|
|
|