diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-10 20:40:34 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-10 20:40:34 +0100 |
commit | b960903dd5ec98c2dd036c33d438e02556fda60b (patch) | |
tree | f8fd3c3a948d32f11894d71e93140ad6258de94c | |
parent | a085b585d7d8f8a28807857ca38d8d1894f110f0 (diff) | |
download | device_samsung_i9100-b960903dd5ec98c2dd036c33d438e02556fda60b.zip device_samsung_i9100-b960903dd5ec98c2dd036c33d438e02556fda60b.tar.gz device_samsung_i9100-b960903dd5ec98c2dd036c33d438e02556fda60b.tar.bz2 |
i9100: enable powerwidgets
Change-Id: I09447cdfe9a04917b39fda7500728a1bb5c45dcb
-rw-r--r-- | overlay/packages/apps/Settings/res/values/bools.xml | 19 |
1 files changed, 19 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..7fa2981 --- /dev/null +++ b/overlay/packages/apps/Settings/res/values/bools.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2011 The Android Open Source 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> + <bool name="has_powercontrol_widget">true</bool> +</resources> |