summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-06-13 11:11:46 -0400
committerDaniel Sandler <dsandler@android.com>2013-06-13 11:35:00 -0400
commit121cb24f93bd42c68cadd20b8e14e2ef10b95a5e (patch)
treef1aed629311303410840e3536642f721f4eb7fc6
parent2050d366246d3eded17913c8be698e1fcd7d247a (diff)
downloadtoro-jb-mr2.0.0-release.tar.gz
Bug: 9420132 Change-Id: I5aa60aed4293bb5a05083393d32348aec6fa2529
-rw-r--r--overlay/frameworks/base/packages/SystemUI/res/values/config.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
new file mode 100644
index 0000000..442f25f
--- /dev/null
+++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. -->
+<resources>
+
+ <!-- Even though this is an LTE device, we have always shown "4G", so let's keep it that way -->
+ <bool name="config_show4GForLTE">true</bool>
+
+</resources>
+