sdm660-common: remove redundant overlays
* Removed non-existing overlays * Removed overlays with the same value as the system Note: profile_supported_ba has to be added again once the quartz bluetooth branch works Change-Id: I13a42fed84d2146171e0927c225997e3961a9f0b
This commit is contained in:
parent
f2fcbe2d73
commit
02e21ea504
10 changed files with 10 additions and 56 deletions
|
@ -645,9 +645,6 @@
|
||||||
auto-brightness adjustment setting. -->
|
auto-brightness adjustment setting. -->
|
||||||
<fraction name="config_autoBrightnessAdjustmentMaxGamma">200%</fraction>
|
<fraction name="config_autoBrightnessAdjustmentMaxGamma">200%</fraction>
|
||||||
|
|
||||||
<!-- Period of time in which to consider light samples in milliseconds. -->
|
|
||||||
<integer name="config_autoBrightnessAmbientLightHorizon">16000</integer>
|
|
||||||
|
|
||||||
<!-- Amount of time it takes for the light sensor to warm up in milliseconds.
|
<!-- Amount of time it takes for the light sensor to warm up in milliseconds.
|
||||||
For this time after the screen turns on, the Power Manager
|
For this time after the screen turns on, the Power Manager
|
||||||
will not debounce light sensor readings -->
|
will not debounce light sensor readings -->
|
||||||
|
@ -756,6 +753,9 @@
|
||||||
-->
|
-->
|
||||||
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">false</bool>
|
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">false</bool>
|
||||||
|
|
||||||
|
<!-- Whether the display blanks itself when transitioning from a doze to a non-doze state -->
|
||||||
|
<bool name="config_displayBlanksAfterDoze">true</bool>
|
||||||
|
|
||||||
<!-- Power Management: Specifies whether to decouple the interactive state of the
|
<!-- Power Management: Specifies whether to decouple the interactive state of the
|
||||||
device from the display on/off state.
|
device from the display on/off state.
|
||||||
|
|
||||||
|
@ -1132,9 +1132,6 @@
|
||||||
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
|
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
|
||||||
<string name="config_wifi_tcp_buffers" translatable="false">524288,2097152,8388608,262144,524288,4194304</string>
|
<string name="config_wifi_tcp_buffers" translatable="false">524288,2097152,8388608,262144,524288,4194304</string>
|
||||||
|
|
||||||
<!-- dual sap mode is supported on this device. -->
|
|
||||||
<bool name="config_wifi_dual_sap_mode_enabled">true</bool>
|
|
||||||
|
|
||||||
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
|
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
|
||||||
<bool translatable="false" name="config_wifi_dual_band_support">true</bool>
|
<bool translatable="false" name="config_wifi_dual_band_support">true</bool>
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
<!-- These resources are around just to allow their values to be customized
|
<!-- These resources are around just to allow their values to be customized
|
||||||
for different hardware and product builds. Do not translate. -->
|
for different hardware and product builds. Do not translate. -->
|
||||||
|
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
<!-- Do not translate. Default access point SSID used for tethering -->
|
<!-- Do not translate. Default access point SSID used for tethering -->
|
||||||
<string name="wifi_tether_configure_ssid_default" translatable="false">Xiaomi SDM660</string>
|
<string name="wifi_tether_configure_ssid_default" translatable="false">Xiaomi SDM660</string>
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
** limitations under the License.
|
** limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<!-- IDs for each color mode. The values must match the corresponding constants in
|
<!-- IDs for each color mode. The values must match the corresponding constants in
|
||||||
android.view.Display -->
|
android.view.Display -->
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
<resources>
|
|
||||||
|
|
||||||
|
<resources>
|
||||||
<!-- Whether Bluetooth should be switched on by default -->
|
<!-- Whether Bluetooth should be switched on by default -->
|
||||||
<bool name="def_bluetooth_on">false</bool>
|
<bool name="def_bluetooth_on">false</bool>
|
||||||
|
|
||||||
|
@ -27,13 +27,9 @@
|
||||||
<!-- Default screen brightness, from 0 to 255. 78 is 30%. -->
|
<!-- Default screen brightness, from 0 to 255. 78 is 30%. -->
|
||||||
<integer name="def_screen_brightness">78</integer>
|
<integer name="def_screen_brightness">78</integer>
|
||||||
|
|
||||||
<!-- 30 seconds for default screen timeout -->
|
|
||||||
<integer name="def_screen_off_timeout">30000</integer>
|
|
||||||
|
|
||||||
<!-- Disable UI touch sounds by default -->
|
<!-- Disable UI touch sounds by default -->
|
||||||
<bool name="def_sound_effects_enabled">false</bool>
|
<bool name="def_sound_effects_enabled">false</bool>
|
||||||
|
|
||||||
<!-- Disable UI touch haptic feedback by default -->
|
<!-- Disable UI touch haptic feedback by default -->
|
||||||
<bool name="def_haptic_feedback">false</bool>
|
<bool name="def_haptic_feedback">false</bool>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -29,9 +29,9 @@
|
||||||
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||||
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<bool name="profile_supported_avrcp_controller">true</bool>
|
<bool name="profile_supported_avrcp_controller">true</bool>
|
||||||
<bool name="profile_supported_ba">true</bool>
|
|
||||||
<bool name="profile_supported_hid_device">false</bool>
|
<bool name="profile_supported_hid_device">false</bool>
|
||||||
<bool name="profile_supported_sap">true</bool>
|
<bool name="profile_supported_sap">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
Copyright (C) 2015 The CyanogenMod 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>
|
|
||||||
<bool name="call_recording_enabled">true</bool>
|
|
||||||
<integer name="call_recording_audio_source">4</integer>
|
|
||||||
</resources>
|
|
|
@ -17,8 +17,8 @@
|
||||||
** limitations under the License.
|
** limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
||||||
|
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
<!-- IDs for each color mode. The values must match the corresponding constants in
|
<!-- IDs for each color mode. The values must match the corresponding constants in
|
||||||
android.view.Display -->
|
android.view.Display -->
|
||||||
<integer-array name="color_mode_ids">
|
<integer-array name="color_mode_ids">
|
||||||
|
@ -26,5 +26,4 @@
|
||||||
<item>-1</item>
|
<item>-1</item>
|
||||||
<item>-1</item>
|
<item>-1</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Copyright (C) 2007 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">
|
|
||||||
<!-- Enable Manual Sim Provisioning -->
|
|
||||||
<bool name="config_enableManualSubProvisioning">true</bool>
|
|
||||||
</resources>
|
|
|
@ -21,15 +21,8 @@
|
||||||
|
|
||||||
<!-- Phone app resources that may need to be customized
|
<!-- Phone app resources that may need to be customized
|
||||||
for different hardware or product builds. -->
|
for different hardware or product builds. -->
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Show enabled lte option for lte device -->
|
|
||||||
<bool name="config_enabled_lte" translatable="false">true</bool>
|
|
||||||
|
|
||||||
<!-- Show Preferred Network Type options in No SIM case -->
|
|
||||||
<bool name="config_no_sim_display_network_modes">true</bool>
|
|
||||||
|
|
||||||
<!-- Flag indicating if hac is enabled -->
|
<!-- Flag indicating if hac is enabled -->
|
||||||
<bool name="hac_enabled">true</bool>
|
<bool name="hac_enabled">true</bool>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
"/system/framework/" should be the target directory.
|
"/system/framework/" should be the target directory.
|
||||||
e.g. "/system/framework/eg-telephony-common.jar"
|
e.g. "/system/framework/eg-telephony-common.jar"
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<injection package="com.qualcomm.qti.internal.telephony.QtiTelephonyComponentFactory"
|
<injection package="com.qualcomm.qti.internal.telephony.QtiTelephonyComponentFactory"
|
||||||
jar="/system/framework/qti-telephony-common.jar:/product/framework/qti-telephony-common.jar:/product/framework/qti-telephony-hidl-wrapper.jar:/product/framework/qti-telephony-utils.jar:/system/framework/qti-telephony-utils.jar">
|
jar="/system/framework/qti-telephony-common.jar:/product/framework/qti-telephony-common.jar:/product/framework/qti-telephony-hidl-wrapper.jar:/product/framework/qti-telephony-utils.jar:/system/framework/qti-telephony-utils.jar">
|
||||||
<components>
|
<components>
|
||||||
|
|
Loading…
Reference in a new issue