IMS: Phone switching
1)Config determines whether to update phone object when voice registration state changes. 2)Voice radio tech change will always trigger an update of phone object irrespective of this config. Change-Id: Id6fc26a8665cfda744cae7ffab1a8670664df71f CRs-Fixed: 764153
This commit is contained in:
parent
395c824657
commit
57125aff05
|
@ -238,5 +238,9 @@
|
|||
<!--The locatiotion of .jar file which has the extended implementation
|
||||
of telephony base classes.-->
|
||||
<string name="telephony_plugin_lib_path" translatable="false">/system/framework/qti-telephony-common.jar</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>
|
||||
|
|
Loading…
Reference in New Issue