summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2012-12-10 20:36:00 +0100
committernebkat <nebkat@teamhacksung.org>2012-12-10 20:05:35 +0000
commita943630ef98fd590d2054e72f8945d74f310d789 (patch)
tree5933d1135cf15d938a7f8c9228016243bcee6c9b
parent667836309f135386c2406ccd8b5a0727aab87738 (diff)
downloaddevice_samsung_n7100-a943630ef98fd590d2054e72f8945d74f310d789.tar.gz
device_samsung_n7100-a943630ef98fd590d2054e72f8945d74f310d789.tar.bz2
device_samsung_n7100-a943630ef98fd590d2054e72f8945d74f310d789.zip
n7100: enable powerwidgets
Change-Id: I82ec5015cd1cf66689768e97a2dcf997f6a1280c
-rw-r--r--overlay/packages/apps/Settings/res/values/bools.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml
new file mode 100644
index 0000000..63f1363
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values/bools.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2012 The CyanogenMod Project <http://www.cyanogenmod.org>
+
+ 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 ">
+ <bool name="has_powercontrol_widget">true</bool>
+</resources>