summaryrefslogtreecommitdiffstats
path: root/res/xml/document_provider.xml
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-08-07 18:33:57 -0700
committerJeff Sharkey <jsharkey@android.com>2013-08-07 18:39:07 -0700
commit6a09c3294997dc9e3c83b8431f7b496b19670014 (patch)
tree759a839d9a50b999468c9b263a4085bfdc984586 /res/xml/document_provider.xml
parent56a03b18e3691824f8012049466954a668b68ba8 (diff)
downloadandroid_packages_providers_DownloadProvider-6a09c3294997dc9e3c83b8431f7b496b19670014.tar.gz
android_packages_providers_DownloadProvider-6a09c3294997dc9e3c83b8431f7b496b19670014.tar.bz2
android_packages_providers_DownloadProvider-6a09c3294997dc9e3c83b8431f7b496b19670014.zip
First pass at Downloads storage provider.
Offers a view of Downloads through the lens of DocumentsContract for surfacing in new storage UI. Change-Id: I4373c2498b4b82bfee2300a00f8d0bb734bf574c
Diffstat (limited to 'res/xml/document_provider.xml')
-rw-r--r--res/xml/document_provider.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/xml/document_provider.xml b/res/xml/document_provider.xml
new file mode 100644
index 00000000..77891cbc
--- /dev/null
+++ b/res/xml/document_provider.xml
@@ -0,0 +1,19 @@
+<?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>