summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-02-27 11:23:25 -0800
committerMike Lockwood <lockwood@android.com>2011-02-28 17:00:46 -0800
commitf4ca247158ffb83139d675ac0e1d25239c310be2 (patch)
tree04a2d16b602110e22ddd90f8120a2b769b5522d1 /core/res
parent02eb8746de2d60563ec2751a34d20923192e4293 (diff)
downloadframeworks_base-f4ca247158ffb83139d675ac0e1d25239c310be2.zip
frameworks_base-f4ca247158ffb83139d675ac0e1d25239c310be2.tar.gz
frameworks_base-f4ca247158ffb83139d675ac0e1d25239c310be2.tar.bz2
Add platform features for USB host and USB accessory support.
Also removed config_hasUsbHostSupport framework resource, which is now obsolete. Change-Id: I6f18cc1c4f68085de8b8363e1b5edff79aff404f Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index cb44a3a..c815758 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -296,9 +296,6 @@
<!-- Indicate whether the SD card is accessible without removing the battery. -->
<bool name="config_batterySdCardAccessibility">false</bool>
- <!-- Indicate whether the device has USB host support. -->
- <bool name="config_hasUsbHostSupport">false</bool>
-
<!-- List of file paths for USB host busses to exclude from USB host support.
For example, if the first USB bus on the device is used to communicate
with the modem or some other restricted hardware, add "/dev/bus/usb/001/"