sdm660-common: overlay: specify that we don't have old qti telephony
This commit is contained in:
parent
a9c69e402c
commit
aa032ec8e8
1 changed files with 9 additions and 6 deletions
|
@ -433,7 +433,7 @@
|
|||
|
||||
<!-- True if camera app should be pinned via Pinner Service -->
|
||||
<bool name="config_pinnerCameraApp">true</bool>
|
||||
|
||||
|
||||
<!-- Should the pinner service pin the Home application? -->
|
||||
<bool name="config_pinnerHomeApp">true</bool>
|
||||
|
||||
|
@ -455,7 +455,7 @@
|
|||
|
||||
<!-- Whether device ignores the RSSNR signal implementation -->
|
||||
<bool name="config_ignoreRssnrSignalLevel">true</bool>
|
||||
|
||||
|
||||
<!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
|
||||
<bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>
|
||||
|
||||
|
@ -473,8 +473,8 @@
|
|||
<bool name="config_supportSystemNavigationKeys">true</bool>
|
||||
|
||||
<!-- Flag indicating whether we should enable smart battery. -->
|
||||
<bool name="config_smart_battery_available">true</bool>
|
||||
|
||||
<bool name="config_smart_battery_available">true</bool>
|
||||
|
||||
<!-- Set this to true to enable the platform's auto-power-save modes like doze and
|
||||
app standby. These are not enabled by default because they require a standard
|
||||
cloud-to-device messaging service for apps to interact correctly with the modes
|
||||
|
@ -482,8 +482,11 @@
|
|||
dozing). This should be enabled if you have such services and expect apps to
|
||||
correctly use them when installed on your device. Otherwise, keep this disabled
|
||||
so that applications can still use their own mechanisms. -->
|
||||
<bool name="config_enableAutoPowerModes">true</bool>
|
||||
|
||||
<bool name="config_enableAutoPowerModes">true</bool>
|
||||
|
||||
<!-- Flag indicating whether round icons should be parsed from the application manifest. -->
|
||||
<bool name="config_useRoundIcon">true</bool>
|
||||
|
||||
<!-- Whether the device has outdated qti-telephony-common.jar -->
|
||||
<bool name="config_oldQtiTelephony">false</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue