summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorSarmad Hashmi <mhashmi@google.com>2016-03-14 17:44:29 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-03-14 17:44:29 +0000
commit380994d3b0e4a2ee2ca0054a48ea159678618521 (patch)
treece8fd3c54607555730b5212ec65d80288fe94a9d /res
parent7137231612fbb6ee96de3c363ca842cbd0f895a7 (diff)
parentf2c14d722f14e88efdbe4fb052f6638d6da5d215 (diff)
Merge changes from topic \'refactor-voicemail-archive\' into nyc-dev
am: f2c14d722f * commit 'f2c14d722f14e88efdbe4fb052f6638d6da5d215': Add share voicemail functionality. Refactor voicemail archive code.
Diffstat (limited to 'res')
-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>