chore(examples): update AndroidManifest.xml

pull/1764/head
Lucas Nogueira 9 months ago
parent 984110a978
commit ebf821afd1
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -41,15 +41,6 @@
<data android:host="tauri.app" />
</intent-filter>
<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" />
<data android:scheme="http" />
<data android:scheme="https" />
<data android:host="91f4-177-23-156-161.ngrok-free.app" />
<data android:pathPrefix="/open" />
</intent-filter>
<!-- DEEP LINK PLUGIN. AUTO-GENERATED. DO NOT REMOVE. -->
</activity>

Loading…
Cancel
Save