diff options
| author | Ziyan <jaraidaniel@gmail.com> | 2015-12-26 21:21:28 +0100 |
|---|---|---|
| committer | Ziyan <jaraidaniel@gmail.com> | 2016-02-19 00:16:11 +0100 |
| commit | 5a8c1d8c122b4bca355835c4c9f38cb3e14d1b95 (patch) | |
| tree | f2226d67c10d440f196054d4d51cd62a374e0216 /overlay | |
| parent | d584cd8b1478495a49752c07b1946d67748b7b5e (diff) | |
overlay: clean up fw/base/core, remove unused MusicVisualization overlay
The only change here is that config_ui_enableFadingMarquee defaults to false,
which seems to be the new standard on newer devices anyways.
The rest consists of:
- removing the MusicVisualization overlay, as it isn't built anymore
- removing entries which are using the default values
- syncing comments with the parent overlay
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 64 | ||||
| -rw-r--r-- | overlay/packages/wallpapers/MusicVisualization/res/values/config.xml | 29 |
2 files changed, 5 insertions, 88 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index ab21b67..398d11b 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -17,14 +17,7 @@ */ --> -<!-- These resources are around just to allow their values to be customized - for different hardware and product builds. --> <resources> - <!-- Software blur is too slow on this device. --> - <bool name="config_sf_slowBlur">true</bool> - - <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION. - Please don't copy them, copy anything else. --> <!-- This string array should be overridden by the device to present a list of network attributes. This is used by the connectivity manager to decide which networks can coexist @@ -52,48 +45,26 @@ <item>"9,1"</item> </string-array> - <!-- List of regexpressions describing the interface (if any) that represent tetherable - USB interfaces. If the device doesn't want to support tething over USB this should - be empty. An example would be "usb.*" --> - <string-array translatable="false" name="config_tether_usb_regexs"> - </string-array> - <!-- Array of allowable ConnectivityManager network types for tethering --> <integer-array translatable="false" name="config_tether_upstream_types"> </integer-array> - <!-- List of regexpressions describing the interface (if any) that represent tetherable - Wifi interfaces. If the device doesn't want to support tethering over Wifi this - should be empty. An example would be "softap.*" --> - <string-array translatable="false" name="config_tether_wifi_regexs"> - </string-array> - - <!-- List of regexpressions describing the interface (if any) that represent tetherable - bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this - should be empty. --> - <string-array translatable="false" name="config_tether_bluetooth_regexs"> - </string-array> - - <!-- Boolean indicating whether the wifi chipset has dual frequency band support --> - <bool translatable="false" name="config_wifi_dual_band_support">false</bool> - - <!-- Boolean indicating whether the wifi chipset has background scan support --> + <!-- Boolean indicating whether the wifi chipset supports background scanning mechanism. + This mechanism allows the host to remain in suspend state and the dongle to actively + scan and wake the host when a configured SSID is detected by the dongle. This chipset + capability can provide power savings when wifi needs to be always kept on. --> <bool translatable="false" name="config_wifi_background_scan_support">true</bool> <!-- Device type information conforming to Annex B format in WiFi Direct specification. The default represents a dual-mode smartphone --> <string translatable="false" name="config_wifi_p2p_device_type">1-0050F204-1</string> - <bool name="config_ui_enableFadingMarquee">true</bool> - <!-- List of file paths for USB host busses to exclude from USB host support. For example, if the first USB bus on the device is used to communicate with the modem or some other restricted hardware, add "/dev/bus/usb/001/" to this list. If this is empty, no parts of the host USB bus will be excluded. --> <string-array name="config_usbHostBlacklist"> - <!-- - --> <item>/dev/bus/usb/001</item> </string-array> @@ -126,7 +97,6 @@ <item>30000</item> </integer-array> - <!-- Array of output values for LCD backlight corresponding to the LUX values in the config_autoBrightnessLevels array. This array should have size one greater than the size of the config_autoBrightnessLevels array. @@ -180,36 +150,12 @@ <!-- This device does not allow sms service. --> <bool name="config_sms_capable">false</bool> - <!-- Enable puk unlockscreen --> - <bool name="config_enable_puk_unlock_screen">true</bool> - <!-- Number of database connections opened and managed by framework layer to handle queries on each database. --> <integer name="db_connection_pool_size">3</integer> - <!-- Max space (in MB) allocated to DownloadManager to store the downloaded files - if they are to be stored in DownloadManager's data dir, - which typically is /data/data/com.android.providers.downloads/files. --> - <integer name="config_downloadDataDirSize">200</integer> - - <!-- When the free space available in DownloadManager's data dir falls - below the percentage value specified by this param, DownloadManager - starts removing files to try to make percentage of available - free space above this threshold value. --> - <integer name="config_downloadDataDirLowSpaceThreshold">10</integer> - - <!-- When a database query is executed, the results retuned are paginated - in pages of size (in KB) indicated by this value --> - <integer name="config_cursorWindowSize">2048</integer> - - <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> - <bool name="config_intrusiveNotificationLed">false</bool> - - <!-- Base "touch slop" value used by ViewConfiguration as a - movement threshold where scrolling should begin. - - --> + movement threshold where scrolling should begin. --> <dimen name="config_viewConfigurationTouchSlop">12dp</dimen> <!-- Separate software navigation bar required on this device. --> diff --git a/overlay/packages/wallpapers/MusicVisualization/res/values/config.xml b/overlay/packages/wallpapers/MusicVisualization/res/values/config.xml deleted file mode 100644 index 2fe6f53..0000000 --- a/overlay/packages/wallpapers/MusicVisualization/res/values/config.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -* Copyright (C) 2010 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. -*/ ---> - -<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - - <bool name="config_enable_vis1">false</bool> - <bool name="config_enable_vis2">false</bool> - <bool name="config_enable_vis3">true</bool> - <bool name="config_enable_vis4">false</bool> - <bool name="config_enable_vis5">false</bool> - -</resources> - |
