summaryrefslogtreecommitdiffstats
path: root/packages/ExternalStorageProvider/res
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-09-06 10:43:45 -0700
committerJeff Sharkey <jsharkey@android.com>2013-09-06 10:46:54 -0700
commit6d97d3c1a2ebac4e3f32c7e5bc134864ace1c17f (patch)
tree0095bc600df69f008cf3f6b1717c169a4bfef87d /packages/ExternalStorageProvider/res
parent911d7f411f36f2279aae44c89ff1d33a29140046 (diff)
downloadframeworks_base-6d97d3c1a2ebac4e3f32c7e5bc134864ace1c17f.zip
frameworks_base-6d97d3c1a2ebac4e3f32c7e5bc134864ace1c17f.tar.gz
frameworks_base-6d97d3c1a2ebac4e3f32c7e5bc134864ace1c17f.tar.bz2
Another asset drop, provider icons, tests.
Latest asset update, including provider icons which are treated as special cases for now instead of checking into separate apps. Add tests for MIME type matching of roots. Remove unused XML. Bug: 10510022 Change-Id: Id567a9e06ba241f60ac011823e550253c6c797fb
Diffstat (limited to 'packages/ExternalStorageProvider/res')
-rw-r--r--packages/ExternalStorageProvider/res/drawable-hdpi/ic_pdf.pngbin1326 -> 0 bytes
-rw-r--r--packages/ExternalStorageProvider/res/xml/document_provider.xml22
2 files changed, 0 insertions, 22 deletions
diff --git a/packages/ExternalStorageProvider/res/drawable-hdpi/ic_pdf.png b/packages/ExternalStorageProvider/res/drawable-hdpi/ic_pdf.png
deleted file mode 100644
index 961a9bb..0000000
--- a/packages/ExternalStorageProvider/res/drawable-hdpi/ic_pdf.png
+++ /dev/null
Binary files differ
diff --git a/packages/ExternalStorageProvider/res/xml/document_provider.xml b/packages/ExternalStorageProvider/res/xml/document_provider.xml
deleted file mode 100644
index 929a273..0000000
--- a/packages/ExternalStorageProvider/res/xml/document_provider.xml
+++ /dev/null
@@ -1,22 +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">
-
- <icon android:mimeType="application/pdf" android:icon="@drawable/ic_pdf" />
- <icon android:mimeType="text/*" android:icon="@drawable/ic_pdf" />
-</documents-provider>