summaryrefslogtreecommitdiffstats
path: root/overlay/frameworks/base/core/res/res/values
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-02-18 23:16:34 +0100
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-02-18 23:16:34 +0100
commit0656602a0a0106a16fa9efedb3be6175445c92d8 (patch)
tree6530eac9655c7deab11a87fa8d3700e37979ca79 /overlay/frameworks/base/core/res/res/values
parent5572b135954e2673f3ed55391eee115f3b304714 (diff)
downloaddevice_samsung_n7000-0656602a0a0106a16fa9efedb3be6175445c92d8.zip
device_samsung_n7000-0656602a0a0106a16fa9efedb3be6175445c92d8.tar.gz
device_samsung_n7000-0656602a0a0106a16fa9efedb3be6175445c92d8.tar.bz2
update overlay
Diffstat (limited to 'overlay/frameworks/base/core/res/res/values')
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 6b2a993..e6b5cf5 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -202,4 +202,17 @@
<!-- The default iface on which to monitor data use -->
<string name="config_datause_iface">pdp0</string>
+ <!-- Allow the menu hard key to be disabled in LockScreen on some devices -->
+ <bool name="config_disableMenuKeyInLockScreen">true</bool>
+
+ <!-- CM CHANGES START HERE -->
+
+ <!-- LUN file to be used by legacy USB manager.
+ The existence of this file will be used to determine in the
+ legacy USB manager should be started. -->
+ <string name="config_legacyUmsLunFile">/sys/class/android_usb/f_mass_storage/lun0/file</string>
+
+ <!-- Workaround for devices with broken keyboards -->
+ <bool name="config_forceDisableHardwareKeyboard">true</bool>
+
</resources>