summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/res/xml/file_paths.xml
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2017-08-22 13:35:41 -0700
committerEric Erfanian <erfanian@google.com>2017-08-30 21:28:06 +0000
commitcf531214d1c8a671d2097e31bb69cc8a9f54c8f6 (patch)
tree67b16f9d729e80af7795ac9e84630f84be0d63f7 /java/com/android/dialer/app/res/xml/file_paths.xml
parent429a136f054915dc3f94121d31fcff434ff78430 (diff)
Delete unused resources.
This change will delete all unused resources except strings and ids which will be deleted in a follow up cl. Bug: 64941034 Test: none PiperOrigin-RevId: 166106449 Change-Id: I685ce1c8f57340787ef525c871c0741defd86aa6
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() -->