summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2011-12-02 13:50:30 -0800
committerWink Saville <wink@google.com>2011-12-02 13:50:30 -0800
commit98f5fcc0d5186971e634430065ab91027c8bb948 (patch)
tree14710ffc372030294913ba9512fd8b7a89208564 /overlay
parent7586285483b27b0ce5e4616ebf6096b35fb4fb69 (diff)
downloaddevice_samsung_crespo-98f5fcc0d5186971e634430065ab91027c8bb948.zip
device_samsung_crespo-98f5fcc0d5186971e634430065ab91027c8bb948.tar.gz
device_samsung_crespo-98f5fcc0d5186971e634430065ab91027c8bb948.tar.bz2
Remove SystemUI/res/values/config.xml to disable "H" hspa icon
This config.xml enabled config_hspa_data_distinguishable which requests the "H" for HSPA icon to displayed on status bar. Removing the config.xml means the default will be used, which is false and the "H" icon will not be displayed. Bug: 5700870 Change-Id: I9827a2ea01c0e531da03288af404813107596933
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/packages/SystemUI/res/values/config.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
deleted file mode 100644
index 4d7635d..0000000
--- a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 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.
-*/
--->
-
-<!-- These resources are around just to allow their values to be customized
- for different hardware and product builds. -->
-<resources>
-
- <!-- Control whether status bar should distinguish HSPA data icon form UMTS
- data icon on devices -->
- <bool name="config_hspa_data_distinguishable">true</bool>
-
-</resources>
-