mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Add autoverify
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
9c151fe648
commit
348e1ce415
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
|||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEARCH" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
|
Loading…
Reference in a new issue