diff options
| -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> |