file_paths.xml
1<?xml version="1.0" encoding="utf-8"?>
2<paths>
3 <external-path
4 name="external"
5 path="/"/>
6 <root-path
7 name="storage"
8 path="/storage/"/>
9 <files-path
10 name="pictures"
11 path="Images/"/>
12 <files-path
13 name="videos"
14 path="Videos"/>
15 <files-path
16 name="files"
17 path="Files/"/>
18 <cache-path
19 name="camera"
20 path="Camera/"/>
21</paths>