aboutsummaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2014-11-12 18:52:48 +0530
committerChirayu Desai <chirayudesai1@gmail.com>2014-11-12 18:52:48 +0530
commitaa41a8fdb318ee94cfa73c6b77623881ecfa5b4a (patch)
tree5e4678e6cdddefa05724fb9daffb09533b661456 /overlay
parentfcef161854e230df4dafd6b0461c1bf8bbc43a29 (diff)
TEMP: overlay: Compensate for incomplete featureset
Change-Id: I61086d04867f5aec7afdc95f659893dad39bb645
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml16
-rw-r--r--overlay/packages/apps/Camera2/res/values/config.xml4
2 files changed, 10 insertions, 10 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>
diff --git a/overlay/packages/apps/Camera2/res/values/config.xml b/overlay/packages/apps/Camera2/res/values/config.xml
index b98eb58..3c82af0 100644
--- a/overlay/packages/apps/Camera2/res/values/config.xml
+++ b/overlay/packages/apps/Camera2/res/values/config.xml
@@ -17,6 +17,6 @@
<!-- Camera app resources that may need to be customized
for different hardware or product builds. -->
<resources>
- <!-- Use ZSL mode for Qualcomm cameras -->
- <bool name="enableZSL">true</bool>
+ <!-- Use ZSL mode for Qualcomm cameras
+ <bool name="enableZSL">true</bool> -->
</resources>