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
|
@ -473,7 +473,7 @@
|
||||||
<bool name="config_supportSystemNavigationKeys">true</bool>
|
<bool name="config_supportSystemNavigationKeys">true</bool>
|
||||||
|
|
||||||
<!-- Flag indicating whether we should enable smart battery. -->
|
<!-- 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
|
<!-- 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
|
app standby. These are not enabled by default because they require a standard
|
||||||
|
@ -482,8 +482,11 @@
|
||||||
dozing). This should be enabled if you have such services and expect apps to
|
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
|
correctly use them when installed on your device. Otherwise, keep this disabled
|
||||||
so that applications can still use their own mechanisms. -->
|
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. -->
|
<!-- Flag indicating whether round icons should be parsed from the application manifest. -->
|
||||||
<bool name="config_useRoundIcon">true</bool>
|
<bool name="config_useRoundIcon">true</bool>
|
||||||
|
|
||||||
|
<!-- Whether the device has outdated qti-telephony-common.jar -->
|
||||||
|
<bool name="config_oldQtiTelephony">false</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue