mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Remove unneeded overlays
Remove deprecated storage_list.xml overlay. Also remove overlays which have values that are duplicates of the framework defaults. Change-Id: I2df61d55907bd0c394155ea67d046da7b31f3c5a
This commit is contained in:
parent
18f9f89a68
commit
e80a0ba162
3 changed files with 0 additions and 49 deletions
|
@ -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,13 +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>
|
||||
</string-array>
|
||||
|
||||
<!-- reference volume index for music stream to limit headphone volume and display warning -->
|
||||
<integer name="config_safe_media_volume_index">6</integer>
|
||||
|
||||
|
@ -248,10 +235,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>
|
||||
|
||||
|
|
|
@ -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>
|
|
@ -15,10 +15,6 @@
|
|||
-->
|
||||
|
||||
<resources>
|
||||
<!-- No powercontrol widget for tablets -->
|
||||
<bool name="has_powercontrol_widget">false</bool>
|
||||
|
||||
<!-- Show dock settings when docked -->
|
||||
<bool name="has_dock_settings">true</bool>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue