|
340 | 340 | android:theme="@style/GroupAppTheme.Light"
|
341 | 341 | android:windowSoftInputMode="adjustResize" />
|
342 | 342 | <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 | +<!-- <!– mail validation –>--> |
| 357 | +<!-- <data android:pathPrefix="/_matrix/" />--> |
| 358 | +<!-- </intent-filter>--> |
359 | 359 | <intent-filter>
|
360 | 360 | <action android:name="android.intent.action.VIEW" />
|
361 | 361 |
|
|
0 commit comments