Skip to content

Commit ebf821a

Browse files
committed
chore(examples): update AndroidManifest.xml
1 parent 984110a commit ebf821a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

plugins/deep-link/examples/app/src-tauri/gen/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@
4141
<data android:host="tauri.app" />
4242

4343
</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>
5344
<!-- DEEP LINK PLUGIN. AUTO-GENERATED. DO NOT REMOVE. -->
5445
</activity>
5546

0 commit comments

Comments
 (0)