remove the deep-link autoVerify because it caused a build failure

This commit is contained in:
2025-06-14 22:06:12 -06:00
parent 12a76e2d40
commit 25be1daab1
2 changed files with 17 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter android:autoVerify="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />