summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2011-01-12 15:35:47 -0800
committerJoe Onorato <joeo@google.com>2011-01-12 15:35:47 -0800
commit057f181f3715e7340bf1618e86fdce118bbf952b (patch)
tree80b5a4fc5520e0eebde13de0246847b009d4820c /res/values-xlarge
parenteaf3d4c95dd442bf5b53db5a467afbd4456be6e4 (diff)
downloadpackages_apps_Settings-057f181f3715e7340bf1618e86fdce118bbf952b.zip
packages_apps_Settings-057f181f3715e7340bf1618e86fdce118bbf952b.tar.gz
packages_apps_Settings-057f181f3715e7340bf1618e86fdce118bbf952b.tar.bz2
Get rid of the silent mode pref on xlarge.
Bug: 3344695 Change-Id: I55ccfd2b22ca4aa407646de54a8dd1dfe637c9bd
Diffstat (limited to 'res/values-xlarge')
-rw-r--r--res/values-xlarge/bools.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values-xlarge/bools.xml b/res/values-xlarge/bools.xml
new file mode 100644
index 0000000..bde07d7
--- /dev/null
+++ b/res/values-xlarge/bools.xml
@@ -0,0 +1,21 @@
+<?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>
+ <!-- Whether there is a silent mode checkbox -->
+ <bool name="has_silent_mode">false</bool>
+</resources>
+