summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-10-31 19:00:05 +0100
committercodeworkx <codeworkx@cyanogenmod.com>2012-10-31 19:00:05 +0100
commitd7977675231cd79ed2462ecdff5d44ea634cb2f7 (patch)
tree95e2276124af590a12d34baf1047f5399245e1d0
parente5a89065a64a717db25e6940ac96008611dbb2e7 (diff)
downloaddevice_samsung_p5100-d7977675231cd79ed2462ecdff5d44ea634cb2f7.zip
device_samsung_p5100-d7977675231cd79ed2462ecdff5d44ea634cb2f7.tar.gz
device_samsung_p5100-d7977675231cd79ed2462ecdff5d44ea634cb2f7.tar.bz2
p51xx: enable expanded desktop feature
Change-Id: I0fa774ec67bbd323dba379b9426e6931bb7ee02c
-rw-r--r--common-overlay/packages/apps/Settings/res/values/config.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/common-overlay/packages/apps/Settings/res/values/config.xml b/common-overlay/packages/apps/Settings/res/values/config.xml
new file mode 100644
index 0000000..165b0d1
--- /dev/null
+++ b/common-overlay/packages/apps/Settings/res/values/config.xml
@@ -0,0 +1,23 @@
+<?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 ">
+
+ <!-- Show Expanded Desktop preference -->
+ <bool name="config_show_expandedDesktop">true</bool>
+
+</resources>