summaryrefslogtreecommitdiffstats
path: root/overlay/packages
diff options
context:
space:
mode:
authortilaksidduram <tilaksidduram@gmail.com>2013-12-18 22:14:03 +0530
committertilaksidduram <tilaksidduram@gmail.com>2013-12-19 00:34:54 +0530
commit83327f0747039d87ef6066fab458fdd8c06ac34f (patch)
treefd9e0ab37005c807570a7c21fcaaee6e15b60db4 /overlay/packages
parent1b49b7f25b8f86c7cf82ce37c53792e1a1081a36 (diff)
downloaddevice_samsung_n7100-83327f0747039d87ef6066fab458fdd8c06ac34f.zip
device_samsung_n7100-83327f0747039d87ef6066fab458fdd8c06ac34f.tar.gz
device_samsung_n7100-83327f0747039d87ef6066fab458fdd8c06ac34f.tar.bz2
N7100: Enabled a few overlays
Diffstat (limited to 'overlay/packages')
-rw-r--r--overlay/packages/apps/Settings/res/values/config.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml
index 0aa1d84..f10ae89 100644
--- a/overlay/packages/apps/Settings/res/values/config.xml
+++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -16,6 +16,16 @@
-->
<resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 ">
- <!-- Home button wake support
- <bool name="config_show_homeWake">true</bool> -->
+ <!-- Home button wake support -->
+ <bool name="config_show_homeWake">true</bool>
+
+ <!-- Volume Rocker Wake Support. Some devices do not support (PMU) this.
+ Setting to false will disable Volume Rocker Wake support -->
+ <bool name="config_show_volumeRockerWake">true</bool>
+
+ <!-- Whether device has hardware buttons
+ <bool name="config_has_hardware_buttons">true</bool> -->
+
+ <!-- Button settings enabled or disabled
+ <bool name="config_device_has_button_settings" translatable="false">true</bool> -->
</resources>