sm6250-common: overlay: disable phone object update on registration state change

This commit is contained in:
Demon000 2020-07-11 17:35:39 +03:00
parent e9df0999f5
commit e9b808a352

View File

@ -203,4 +203,9 @@
<!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true --> <!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true -->
<string name="config_ims_package">org.codeaurora.ims</string> <string name="config_ims_package">org.codeaurora.ims</string>
<!-- Config determines whether to update phone object when voice registration
state changes. Voice radio tech change will always trigger an update of
phone object irrespective of this config -->
<bool name="config_switch_phone_on_voice_reg_state_change">false</bool>
</resources> </resources>