Skip to content

Commit 0e59a74

Browse files
committed
DROID-3233 App | Tech | Disable auto-verify behavior for download.anytype.io
1 parent 7b59a41 commit 0e59a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<data android:scheme="http"/>
5454
<data android:host="invite.any.coop" />
5555
</intent-filter>
56-
<intent-filter android:autoVerify="true">
56+
<intent-filter>
5757
<action android:name="android.intent.action.VIEW" />
5858
<category android:name="android.intent.category.DEFAULT" />
5959
<category android:name="android.intent.category.BROWSABLE" />

0 commit comments

Comments
 (0)