Test: autoverify open by default links

This commit is contained in:
benalleng
2023-08-29 16:58:44 -04:00
committed by Tony Giorgio
parent db7bd12d6b
commit 9287ed9803

View File

@@ -25,22 +25,13 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<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="https"
android:host="app.mutinywallet.com" />
</intent-filter>
<intent-filter>
<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"
android:host="app.mutinywallet.com" />
<data android:scheme="http" />
<data android:scheme="https" />
<data android:host="app.mutinywallet.com" />
</intent-filter>
</activity>