瀏覽代碼

allow 3 times deep nextcloud nesting

Signed-off-by: szaimen <szaimen@e.mail.de>
szaimen 5 年之前
父節點
當前提交
214689bc0d
共有 1 個文件被更改,包括 2 次插入0 次删除
  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"/>