summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorXpLoDWilD <xplodgui@gmail.com>2012-11-23 15:56:49 +0000
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-11-23 08:19:06 -0800
commitda0380aaff94a0e2ecf9c93a9344f002af17c3b4 (patch)
tree712d730f27cceb136b3d9f7396e69a68febbf905 /overlay
parent150edf0a629616e57c06ce60472d0ed231dc8cf3 (diff)
downloaddevice_samsung_i9300-da0380aaff94a0e2ecf9c93a9344f002af17c3b4.zip
device_samsung_i9300-da0380aaff94a0e2ecf9c93a9344f002af17c3b4.tar.gz
device_samsung_i9300-da0380aaff94a0e2ecf9c93a9344f002af17c3b4.tar.bz2
4.2-ization
Change-Id: I3e076d14c4a9c90d6b58798ac6d4dc04936d3103
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml6
-rw-r--r--overlay/packages/apps/Phone/res/values/config.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 25f9b29..1f51994 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -95,10 +95,10 @@
<bool name="config_disableMenuKeyInLockScreen">true</bool>
<!-- Disable the home key unlock setting -->
- <bool name="config_disableHomeUnlockSetting">false</bool>
+<!-- <bool name="config_disableHomeUnlockSetting">false</bool> -->
<!-- Workaround for devices with broken keyboards -->
- <bool name="config_forceDisableHardwareKeyboard">true</bool>
+<!-- <bool name="config_forceDisableHardwareKeyboard">true</bool> -->
<!-- Hardware 'face' keys present on the device, stored as a bit field.
This integer should equal the sum of the corresponding value for each
@@ -110,6 +110,6 @@
16 - App switch
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
- <integer name="config_deviceHardwareKeys">7</integer>
+<!-- <integer name="config_deviceHardwareKeys">7</integer> -->
</resources>
diff --git a/overlay/packages/apps/Phone/res/values/config.xml b/overlay/packages/apps/Phone/res/values/config.xml
index 23ec4e4..e4a07c1 100644
--- a/overlay/packages/apps/Phone/res/values/config.xml
+++ b/overlay/packages/apps/Phone/res/values/config.xml
@@ -21,5 +21,5 @@
<bool name="has_in_call_noise_suppression">true</bool>
<!-- Audio parameter for setting noise suppression-->
- <string name="in_call_noise_suppression_audioparameter">noise_suppression=true=false</string>
+<!-- <string name="in_call_noise_suppression_audioparameter">noise_suppression=true=false</string> -->
</resources>