diff options
author | Ziyann <jaraidaniel@gmail.com> | 2014-09-17 18:50:36 +0200 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2014-12-15 23:39:48 +0100 |
commit | 8f82708ed9d0ae2c88be84dee023bfa5ef91ba8d (patch) | |
tree | 605717eb1a2be5073b8eab6ec0a53bff109a9034 | |
parent | 212fc2ebd65c272f75dc8f6929d460b3d788e679 (diff) | |
download | device_samsung_maguro-8f82708ed9d0ae2c88be84dee023bfa5ef91ba8d.zip device_samsung_maguro-8f82708ed9d0ae2c88be84dee023bfa5ef91ba8d.tar.gz device_samsung_maguro-8f82708ed9d0ae2c88be84dee023bfa5ef91ba8d.tar.bz2 |
maguro: remove duplicate overlay
Already defined in vendor/cm
Change-Id: I887a3051884b29ba9aaecb370e8ab6d5020165cf
-rw-r--r-- | overlay/frameworks/base/packages/SystemUI/res/values/config.xml | 29 |
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> - |