diff options
| author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-15 17:15:33 +0800 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-15 19:48:57 +0800 |
| commit | d681d679262f4c05419249fd633681b1f966aeed (patch) | |
| tree | bc42ed6f38358b9fd1396b4c98154c47f7f9c411 | |
| parent | 46b06cda1e3669359d1ac444494bd8bd6d01c714 (diff) | |
flo: Clean up overlays
Remove deprecated storage_list.xml overlay. Also remove overlays
which have values that are duplicates of the framework defaults.
Change-Id: I2df61d55907bd0c394155ea67d046da7b31f3c5a
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 16 | ||||
| -rw-r--r-- | overlay/frameworks/base/core/res/res/xml/storage_list.xml | 28 | ||||
| -rw-r--r-- | overlay/packages/apps/Settings/res/values/bools.xml | 4 |
3 files changed, 0 insertions, 48 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 8876333..b952ef9 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> @@ -190,12 +184,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 --> - </string-array> - <!-- reference volume index for music stream to limit headphone volume and display warning --> <integer name="config_safe_media_volume_index">6</integer> @@ -208,10 +196,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> |
