diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-10 20:36:00 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-10 20:36:00 +0100 |
commit | 1435a47274815f3fa45bf501eaa59de5b03d04ec (patch) | |
tree | e9533f11d54a7f768442f7d9ffce823159c38c88 /overlay | |
parent | 4dadcdeb6cf3447bd9b4439237017d4322ed1ee6 (diff) | |
download | device_samsung_i9300-1435a47274815f3fa45bf501eaa59de5b03d04ec.zip device_samsung_i9300-1435a47274815f3fa45bf501eaa59de5b03d04ec.tar.gz device_samsung_i9300-1435a47274815f3fa45bf501eaa59de5b03d04ec.tar.bz2 |
i9300: enable powerwidgets
Change-Id: I82ec5015cd1cf66689768e97a2dcf997f6a1280c
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Settings/res/values/bools.xml | 20 |
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> |