summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mike Lockwood <lockwood@android.com> 2010-07-20 15:04:01 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-07-20 15:04:01 -0700
commitce726478e91a186b31ff9ba4af9249408b5639c8 (patch)
treead064016ef707eb696727d0304d6355b2462432e
parent1e06193c2e809f82e1449705a8f5cc65863b3eab (diff)
parent7c72182daabe8f255c9f01baab0711c13433d254 (diff)
Merge "Add resource configuration flag to indicate whether USB host support exists."
-rw-r--r--core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 98b0a287b80d..b37d8874b7f5 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -201,6 +201,9 @@
<!-- 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>
+
<!-- Vibrator pattern for feedback about a long screen/key press -->
<integer-array name="config_longPressVibePattern">
<item>0</item>