summaryrefslogtreecommitdiffstats
path: root/packages/ExternalStorageProvider/res
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-09-06 14:03:06 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-06 14:03:06 -0700
commitc022ee7aced6f7cb6d186a26818a730a7763ddd8 (patch)
treeae628acc33494bea0a25e0964c5bf5e56cc1f86d /packages/ExternalStorageProvider/res
parent81a0cb158b440d80601993e38435989021f67caf (diff)
parentc91be7119e817f76f175da46ac26468fcb29b632 (diff)
downloadframeworks_base-c022ee7aced6f7cb6d186a26818a730a7763ddd8.zip
frameworks_base-c022ee7aced6f7cb6d186a26818a730a7763ddd8.tar.gz
frameworks_base-c022ee7aced6f7cb6d186a26818a730a7763ddd8.tar.bz2
am c91be711: am e6bbcaf0: Merge "Another asset drop, provider icons, tests." into klp-dev
* commit 'c91be7119e817f76f175da46ac26468fcb29b632': Another asset drop, provider icons, tests.
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>