ソースを参照

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"/>