Browse Source

allow 3 times deep nextcloud nesting

Signed-off-by: szaimen <szaimen@e.mail.de>
szaimen 5 years ago
parent
commit
214689bc0d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/AndroidManifest.xml

+ 2 - 0
src/main/AndroidManifest.xml

@@ -126,6 +126,8 @@
                 <data android:host="*" />
                 <data android:pathPattern="/f/..*" />
                 <data android:pathPattern="/..*/f/..*" />
+                <data android:pathPattern="/..*/..*/f/..*" />
+                <data android:pathPattern="/..*/..*/..*/f/..*" />
             </intent-filter>
             <meta-data android:name="android.app.searchable"
                 android:resource="@xml/users_and_groups_searchable"/>