summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhao Wei Liew <zhaoweiliew@gmail.com>2016-02-20 13:12:21 +0800
committerZhao Wei Liew <zhaoweiliew@gmail.com>2016-02-20 13:12:21 +0800
commitef222c8e1c7f73dda896804c7eda5777d4ca7dbf (patch)
tree6de739a49983bd0c132a35a93a5cb3dfbc4f11bc
parent18600bc07f330862dd992427cf5e228c33a707aa (diff)
deb: Clean up overlays
Remove deprecated storage_list.xml overlay. Also remove overlays which have values that are duplicates of the framework defaults. Change-Id: Icbb7bc604ccb257e94a29fff065bd277362c3788
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml12
-rw-r--r--overlay/frameworks/base/core/res/res/xml/storage_list.xml28
-rw-r--r--overlay/packages/apps/Settings/res/values/bools.xml4
3 files changed, 0 insertions, 44 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 84c0de8..e0a15f5 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -19,12 +19,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- If this is true, the screen will fade off. -->
- <bool name="config_animateScreenLights">false</bool>
-
- <!-- Default color for notification LED is white. -->
- <color name="config_defaultNotificationColor">#ffffffff</color>
-
<!-- Default LED on time for notification LED in milliseconds. -->
<integer name="config_defaultNotificationLedOn">1000</integer>
@@ -231,8 +225,6 @@
<!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
<integer name="config_shutdownBatteryTemperature">600</integer>
- <bool name="config_ui_enableFadingMarquee">false</bool>
-
<string-array name="config_usbHostBlacklist">
<!-- /dev/bus/usb/001 is used for the modem -->
<item>/dev/bus/usb/001</item>
@@ -250,10 +242,6 @@
This value has been tuned for the "msm8960" device. -->
<dimen name="config_minScalingSpan">35mm</dimen>
- <!-- Setting this true forces the headset jack switches to use the/dev/input/event subsystem
- rather than the uevent framework. -->
- <bool name="config_useDevInputEventForAudioJack">false</bool>
-
<!-- The default iface on which to monitor data use -->
<string name="config_datause_iface" translatable="false">rmnet_usb0</string>
diff --git a/overlay/frameworks/base/core/res/res/xml/storage_list.xml b/overlay/frameworks/base/core/res/res/xml/storage_list.xml
deleted file mode 100644
index 344fe1e..0000000
--- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml
+++ /dev/null
@@ -1,28 +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.
-*/
--->
-
-<!-- See storage config details at http://source.android.com/tech/storage/ -->
-
-<StorageList xmlns:android="http://schemas.android.com/apk/res/android">
- <!-- internal emulated storage -->
- <storage
- android:storageDescription="@string/storage_internal"
- android:emulated="true"
- android:mtpReserve="100" />
-</StorageList>
diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml
index 2538661..84d4d55 100644
--- a/overlay/packages/apps/Settings/res/values/bools.xml
+++ b/overlay/packages/apps/Settings/res/values/bools.xml
@@ -15,10 +15,6 @@
-->
<resources>
- <!-- No powercontrol widget for tablets -->
- <bool name="has_powercontrol_widget">true</bool>
-
<!-- Show dock settings when docked -->
<bool name="has_dock_settings">true</bool>
-
</resources>