summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorSarmad Hashmi <mhashmi@google.com>2016-03-14 17:39:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-03-14 17:39:13 +0000
commitf2c14d722f14e88efdbe4fb052f6638d6da5d215 (patch)
tree20b55c4e77e30d54ef5f4334b62d59c00f68ed94 /res
parentde52cc4d85107b540717016f87eb9c266c87a955 (diff)
parent25cfc81d829ccd7e0774862451089a4925adf932 (diff)
Merge changes from topic 'refactor-voicemail-archive' into nyc-dev
* changes: 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>