summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/res/xml/file_paths.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/app/res/xml/file_paths.xml')
-rw-r--r--java/com/android/dialer/app/res/xml/file_paths.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/com/android/dialer/app/res/xml/file_paths.xml b/java/com/android/dialer/app/res/xml/file_paths.xml
index 41522e4c8..0dd41a085 100644
--- a/java/com/android/dialer/app/res/xml/file_paths.xml
+++ b/java/com/android/dialer/app/res/xml/file_paths.xml
@@ -14,7 +14,8 @@
limitations under the License.
-->
-<paths>
+<paths xmlns:tools="http://schemas.android.com/tools"
+ tools:ignore="UnusedResources">
<!-- Offer access to files under Context.getCacheDir() -->
<cache-path name="my_cache"/>
<!-- Offer access to voicemail folder under Context.getFilesDir() -->