summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-10-31 18:59:53 +0100
committercodeworkx <codeworkx@cyanogenmod.com>2012-10-31 18:59:53 +0100
commiteafdf4e33a98469592e85bf7af44d874d403726d (patch)
treef9e1269bfab01bb1a67e4435bea9ce8ff1371c63
parent5930a7016861db8af07aac50e49013b1a7ba007c (diff)
downloaddevice_samsung_p3100-eafdf4e33a98469592e85bf7af44d874d403726d.zip
device_samsung_p3100-eafdf4e33a98469592e85bf7af44d874d403726d.tar.gz
device_samsung_p3100-eafdf4e33a98469592e85bf7af44d874d403726d.tar.bz2
p31xx: enable expanded desktop feature
Change-Id: Ida7c5904afbddd02989f53e09929c759a9ca7316
-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>