aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/file_paths.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/file_paths.xml19
1 files changed, 15 insertions, 4 deletions
diff --git a/src/main/res/xml/file_paths.xml b/src/main/res/xml/file_paths.xml
index 5cf2e6604..9390b53c3 100644
--- a/src/main/res/xml/file_paths.xml
+++ b/src/main/res/xml/file_paths.xml
@@ -3,8 +3,19 @@
<external-path
name="external"
path="/" />
- <files-path path="Images/" name="pictures" />
- <files-path path="Videos" name="videos"/>
- <files-path path="Files/" name="files" />
- <files-path path="Audios/" name="audios" />
+ <files-path
+ name="pictures"
+ path="Images/" />
+ <files-path
+ name="videos"
+ path="Videos" />
+ <files-path
+ name="files"
+ path="Files/" />
+ <files-path
+ name="audios"
+ path="Audios/" />
+ <files-path
+ name="update"
+ path="Update/" />
</paths> \ No newline at end of file