mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Clean up duplicate and deprecated overlays
* These overlays are either non-existent or are duplicates of the defaults in framework. * Replaced Launcher2 with Trebuchet Change-Id: I555fa8230f6f05ebb682bac4b315ce0c3a398d13
This commit is contained in:
parent
168755df46
commit
e790d50508
2 changed files with 0 additions and 17 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>
|
||||
|
||||
|
@ -250,10 +237,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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue