summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jiang <sam.andrew.jiang@gmail.com>2013-08-22 07:54:58 -0400
committerAndrew Jiang <sam.andrew.jiang@gmail.com>2013-08-22 08:24:57 -0400
commit4de212f1d34b33041962bfa295c366690571ab15 (patch)
tree4a262e3119b0be412669e11c21ecda6207f97179
parent4ed92947837f6d5534c6dbc2bdf64c32f322cb5e (diff)
downloaddevice_samsung_i9100-4de212f1d34b33041962bfa295c366690571ab15.zip
device_samsung_i9100-4de212f1d34b33041962bfa295c366690571ab15.tar.gz
device_samsung_i9100-4de212f1d34b33041962bfa295c366690571ab15.tar.bz2
I9100: Enable home button wake setting
Patch Set 2: Fix ub0r derp. Change-Id: I759d4f79dc1d5f9df31063f76855fd5766e32cae
-rw-r--r--overlay/packages/apps/Settings/res/values/config.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml
new file mode 100644
index 0000000..2351527
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2012 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 ">
+ <!-- Home button wake support -->
+ <bool name="config_show_homeWake">true</bool>
+</resources>