add recordings directory to file_paths.xml for sharing recordings in (#3216)

ChaosKid42 created

case ONLY_INTERNAL_STORAGE = true

Change summary

src/main/res/xml/file_paths.xml | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

src/main/res/xml/file_paths.xml 🔗

@@ -15,6 +15,9 @@
     <files-path
         name="files"
         path="Files/"/>
+    <files-path
+        name="recordings"
+        path="Recordings/"/>
     <cache-path
         name="camera"
         path="Camera/"/>