summaryrefslogtreecommitdiff
path: root/res/xml/file_paths.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/file_paths.xml')
-rw-r--r--res/xml/file_paths.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/xml/file_paths.xml b/res/xml/file_paths.xml
index 45caed283..365a60318 100644
--- a/res/xml/file_paths.xml
+++ b/res/xml/file_paths.xml
@@ -16,5 +16,7 @@
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Offer access to files under Context.getCacheDir() -->
- <cache-path name="my_cache" />
+ <cache-path name="my_cache" />
+ <!-- Offer access to voicemail folder under Context.getFilesDir() -->
+ <files-path name="voicemails" path="voicemails/" />
</paths>