We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984110a commit ebf821aCopy full SHA for ebf821a
plugins/deep-link/examples/app/src-tauri/gen/android/app/src/main/AndroidManifest.xml
@@ -41,15 +41,6 @@
41
<data android:host="tauri.app" />
42
43
</intent-filter>
44
- <intent-filter android:autoVerify="true">
45
- <action android:name="android.intent.action.VIEW" />
46
- <category android:name="android.intent.category.DEFAULT" />
47
- <category android:name="android.intent.category.BROWSABLE" />
48
- <data android:scheme="http" />
49
- <data android:scheme="https" />
50
- <data android:host="91f4-177-23-156-161.ngrok-free.app" />
51
- <data android:pathPrefix="/open" />
52
- </intent-filter>
53
<!-- DEEP LINK PLUGIN. AUTO-GENERATED. DO NOT REMOVE. -->
54
</activity>
55
0 commit comments