summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-09-09 09:16:29 -0700
committerJeff Sharkey <jsharkey@android.com>2013-09-09 17:52:47 -0700
commit66bdbe486e572aee1b06e3dbea9daf87ceb0e1bb (patch)
treef9b577f6d38a34c4420b1899e9431fc82e525892 /res
parent3c03d1b8b7d96209d7b83b6881421ddfc17ccc52 (diff)
downloadandroid_packages_providers_DownloadProvider-66bdbe486e572aee1b06e3dbea9daf87ceb0e1bb.tar.gz
android_packages_providers_DownloadProvider-66bdbe486e572aee1b06e3dbea9daf87ceb0e1bb.tar.bz2
android_packages_providers_DownloadProvider-66bdbe486e572aee1b06e3dbea9daf87ceb0e1bb.zip
Hint sorting, remove XML, follow refactor.
Bug: 10672973, 10577809 Change-Id: I92314c35b37ac590830e881489e6a88afd860de4
Diffstat (limited to 'res')
-rw-r--r--res/xml/document_provider.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/res/xml/document_provider.xml b/res/xml/document_provider.xml
deleted file mode 100644
index 77891cbc..00000000
--- a/res/xml/document_provider.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<documents-provider xmlns:android="http://schemas.android.com/apk/res/android"
- android:customRoots="true">
-</documents-provider>