summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-09-09 09:16:52 -0700
committerJeff Sharkey <jsharkey@android.com>2013-09-09 17:53:01 -0700
commit82c4ab2390570a461e297a4e319b5358d55f757b (patch)
tree330f724e499ce56ce6917aa97c6c28a07f252ae3 /res
parentcf88e9a9b8df520c53f7192df0aa0661a1058a26 (diff)
downloadandroid_packages_providers_MediaProvider-82c4ab2390570a461e297a4e319b5358d55f757b.tar.gz
android_packages_providers_MediaProvider-82c4ab2390570a461e297a4e319b5358d55f757b.tar.bz2
android_packages_providers_MediaProvider-82c4ab2390570a461e297a4e319b5358d55f757b.zip
Remove XML, follow refactor.
Bug: 10577809 Change-Id: Ie09bce123f678d112005347ea265338c20783e52
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>