summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorSarmad Hashmi <mhashmi@google.com>2016-03-14 17:46:26 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-03-14 17:46:26 +0000
commit39f4dd293c3513476e8b75ff30aebdbdc72ee6ea (patch)
tree6eb748fb5d8673f6e3147a1d62a7bb7ae1b03a84 /res
parent0b3acb670119cb99cfd908dc9f401043a0e920cf (diff)
parent380994d3b0e4a2ee2ca0054a48ea159678618521 (diff)
Merge changes from topic \'refactor-voicemail-archive\' into nyc-dev am: f2c14d722f
am: 380994d3b0 * commit '380994d3b0e4a2ee2ca0054a48ea159678618521': 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>