diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-12 18:52:48 +0530 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-12 18:52:48 +0530 |
commit | aa41a8fdb318ee94cfa73c6b77623881ecfa5b4a (patch) | |
tree | 5e4678e6cdddefa05724fb9daffb09533b661456 /overlay/frameworks | |
parent | fcef161854e230df4dafd6b0461c1bf8bbc43a29 (diff) |
TEMP: overlay: Compensate for incomplete featureset
Change-Id: I61086d04867f5aec7afdc95f659893dad39bb645
Diffstat (limited to 'overlay/frameworks')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index f7872b8..51d6b54 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -138,14 +138,14 @@ rather than the uevent framework. --> <bool name="config_useDevInputEventForAudioJack">true</bool> - <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> - <bool name="config_intrusiveNotificationLed">true</bool> + <!-- Is the notification LED intrusive? Used to decide if there should be a disable option + <bool name="config_intrusiveNotificationLed">true</bool> --> - <!-- Is the battery LED intrusive? Used to decide if there should be a disable option --> - <bool name="config_intrusiveBatteryLed">true</bool> + <!-- Is the battery LED intrusive? Used to decide if there should be a disable option + <bool name="config_intrusiveBatteryLed">true</bool> --> - <!-- Can we change the battery color? --> - <bool name="config_multiColorBatteryLed">true</bool> + <!-- Can we change the battery color? + <bool name="config_multiColorBatteryLed">true</bool> --> <!-- Base "touch slop" value used by ViewConfiguration as a movement threshold where scrolling should begin. --> @@ -154,7 +154,7 @@ <!-- Make things go fast --> <bool name="config_ui_enableFadingMarquee">false</bool> - <!-- SD card is hot-pluggable on this device --> - <bool name="config_batterySdCardAccessibility">true</bool> + <!-- SD card is hot-pluggable on this device + <bool name="config_batterySdCardAccessibility">true</bool> --> </resources> |