Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db966825 authored by Sukanya Rajkhowa's avatar Sukanya Rajkhowa Committed by Etan Cohen
Browse files

Add config to control phone switch

When UNSOL_RADIO_TECH_CHANGED is received, PhoneProxy
calls updatePhoneObject to decide whether to do a phone
switch. This config determines whether to also do a
phone switch when VOICE_REGISTRATION_STATE changes. Default
value is true

Bug: 17394282
Change-Id: Iae6c35992b932923d74c405d443b1e7e98f750c8
parent 17ffc403
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1846,4 +1846,9 @@
        <item>71610</item>
        <item>732101</item>
    </string-array>

    <!-- 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">true</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -2066,4 +2066,5 @@
  <java-symbol type="array" name="dial_string_replace" />
  <java-symbol type="bool" name="config_restart_radio_on_pdp_fail_regular_deactivation" />
  <java-symbol type="array" name="networks_not_clear_data" />
  <java-symbol type="bool" name="config_switch_phone_on_voice_reg_state_change" />
</resources>