summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2011-01-10 12:55:57 -0800
committerJoe Onorato <joeo@google.com>2011-01-10 13:35:44 -0800
commit9bcc69131db19842c2712304fb5699418dae415a (patch)
tree82bc236c42b9985306a24b474b8ef5819fb5dc47 /res/values-xlarge
parent7edb5131810cf193d9f55517ed839c3b6c41159e (diff)
downloadpackages_apps_Settings-9bcc69131db19842c2712304fb5699418dae415a.zip
packages_apps_Settings-9bcc69131db19842c2712304fb5699418dae415a.tar.gz
packages_apps_Settings-9bcc69131db19842c2712304fb5699418dae415a.tar.bz2
Partially revert "Conditionally remove Dock settings shortcut and Power control widget."
This reverts commit 580c80f853747741ae74fbb6f670315077586208. So it turns out we won't have the ability to control the enabled flag from Configuration changes because the dependency is actually in the package manager. I'm reverting this change and going to do another one that just turns them off for all configurations, because honeycomb is just for tablets. Change-Id: I16b7b1e2d59a3a917448ce0361e3ce0fdd062a86
Diffstat (limited to 'res/values-xlarge')
-rw-r--r--res/values-xlarge/bools.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/res/values-xlarge/bools.xml b/res/values-xlarge/bools.xml
deleted file mode 100644
index 55f496a..0000000
--- a/res/values-xlarge/bools.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 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>
- <!-- Whether or not the Power Control widget is enabled -->
- <bool name="has_powercontrol_widget">false</bool>
-</resources>