summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-02-28 17:05:12 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-02-28 17:05:12 -0800
commitc93f67c2b746a6247744c8b50e8a1d5a566694c9 (patch)
tree9e31e6622b18de46611817d447b7311b974aed0f /core/res
parentfae640b174f0a720690bab31a31dfd2693c67c63 (diff)
parentf4ca247158ffb83139d675ac0e1d25239c310be2 (diff)
downloadframeworks_base-c93f67c2b746a6247744c8b50e8a1d5a566694c9.zip
frameworks_base-c93f67c2b746a6247744c8b50e8a1d5a566694c9.tar.gz
frameworks_base-c93f67c2b746a6247744c8b50e8a1d5a566694c9.tar.bz2
Merge "Add platform features for USB host and USB accessory support."
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/"