summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jiang <sam.andrew.jiang@gmail.com>2013-08-22 07:55:42 -0400
committerAndrew Jiang <sam.andrew.jiang@gmail.com>2013-08-22 08:24:12 -0400
commitf0e49dacb732adb964e038ef1719cf56113716f4 (patch)
treee6ce8bf606d425f91cf8c4ef7dd64b90bcdaa4c3
parent90a7ab7f0b515c18cf572d9b70c8e6d8503f6856 (diff)
downloaddevice_samsung_n7000-f0e49dacb732adb964e038ef1719cf56113716f4.zip
device_samsung_n7000-f0e49dacb732adb964e038ef1719cf56113716f4.tar.gz
device_samsung_n7000-f0e49dacb732adb964e038ef1719cf56113716f4.tar.bz2
N7000: Enable home button wake setting
Patch set 2: Fix ub0r derp. Change-Id: I47bb93caf04191562edb86324e6f56d1f05b4fe1
-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>