diff options
| author | 2010-07-20 15:04:01 -0700 | |
|---|---|---|
| committer | 2010-07-20 15:04:01 -0700 | |
| commit | ce726478e91a186b31ff9ba4af9249408b5639c8 (patch) | |
| tree | ad064016ef707eb696727d0304d6355b2462432e | |
| parent | 1e06193c2e809f82e1449705a8f5cc65863b3eab (diff) | |
| parent | 7c72182daabe8f255c9f01baab0711c13433d254 (diff) | |
Merge "Add resource configuration flag to indicate whether USB host support exists."
| -rw-r--r-- | core/res/res/values/config.xml | 3 |
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> |