Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 9e24eb1

Browse files
committed
Disable vector.im App links
1 parent 03e2aa4 commit 9e24eb1

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

vector/src/main/AndroidManifest.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -340,22 +340,22 @@
340340
android:theme="@style/GroupAppTheme.Light"
341341
android:windowSoftInputMode="adjustResize" />
342342
<activity android:name=".activity.VectorUniversalLinkActivity">
343-
<intent-filter>
344-
<action android:name="android.intent.action.VIEW" />
345-
346-
<category android:name="android.intent.category.DEFAULT" />
347-
<category android:name="android.intent.category.BROWSABLE" />
348-
349-
<data android:scheme="http" />
350-
<data android:scheme="https" />
351-
<data android:host="vector.im" />
352-
<data android:pathPrefix="/app/" />
353-
<data android:pathPrefix="/beta/" />
354-
<data android:pathPrefix="/develop/" />
355-
<data android:pathPrefix="/staging/" />
356-
<!-- mail validation -->
357-
<data android:pathPrefix="/_matrix/" />
358-
</intent-filter>
343+
<!-- <intent-filter>-->
344+
<!-- <action android:name="android.intent.action.VIEW" />-->
345+
346+
<!-- <category android:name="android.intent.category.DEFAULT" />-->
347+
<!-- <category android:name="android.intent.category.BROWSABLE" />-->
348+
349+
<!-- <data android:scheme="http" />-->
350+
<!-- <data android:scheme="https" />-->
351+
<!-- <data android:host="vector.im" />-->
352+
<!-- <data android:pathPrefix="/app/" />-->
353+
<!-- <data android:pathPrefix="/beta/" />-->
354+
<!-- <data android:pathPrefix="/develop/" />-->
355+
<!-- <data android:pathPrefix="/staging/" />-->
356+
<!-- &lt;!&ndash; mail validation &ndash;&gt;-->
357+
<!-- <data android:pathPrefix="/_matrix/" />-->
358+
<!-- </intent-filter>-->
359359
<intent-filter>
360360
<action android:name="android.intent.action.VIEW" />
361361

0 commit comments

Comments
 (0)