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. -->
|
||||
<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.
|
||||
For this time after the screen turns on, the Power Manager
|
||||
will not debounce light sensor readings -->
|
||||
|
@ -756,6 +753,9 @@
|
|||
-->
|
||||
<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
|
||||
device from the display on/off state.
|
||||
|
||||
|
@ -1132,9 +1132,6 @@
|
|||
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>
|
||||
|
||||
<!-- 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 -->
|
||||
<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
|
||||
for different hardware and product builds. Do not translate. -->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Do not translate. Default access point SSID used for tethering -->
|
||||
<string name="wifi_tether_configure_ssid_default" translatable="false">Xiaomi SDM660</string>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<!-- IDs for each color mode. The values must match the corresponding constants in
|
||||
android.view.Display -->
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<resources>
|
||||
<!-- Whether Bluetooth should be switched on by default -->
|
||||
<bool name="def_bluetooth_on">false</bool>
|
||||
|
||||
|
@ -27,13 +27,9 @@
|
|||
<!-- Default screen brightness, from 0 to 255. 78 is 30%. -->
|
||||
<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 -->
|
||||
<bool name="def_sound_effects_enabled">false</bool>
|
||||
|
||||
<!-- Disable UI touch haptic feedback by default -->
|
||||
<bool name="def_haptic_feedback">false</bool>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -29,9 +29,9 @@
|
|||
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<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_sap">true</bool>
|
||||
</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.
|
||||
*/
|
||||
-->
|
||||
<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
|
||||
android.view.Display -->
|
||||
<integer-array name="color_mode_ids">
|
||||
|
@ -26,5 +26,4 @@
|
|||
<item>-1</item>
|
||||
<item>-1</item>
|
||||
</integer-array>
|
||||
|
||||
</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
|
||||
for different hardware or product builds. -->
|
||||
|
||||
<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 -->
|
||||
<bool name="hac_enabled">true</bool>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
"/system/framework/" should be the target directory.
|
||||
e.g. "/system/framework/eg-telephony-common.jar"
|
||||
-->
|
||||
|
||||
<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">
|
||||
<components>
|
||||
|
|
Loading…
Reference in a new issue