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

Commit 0de5299f authored by Sandeep Gutta's avatar Sandeep Gutta Committed by Amit Mahajan
Browse files

Add config config_voice_data_sms_auto_fallback

Add config "config_voice_data_sms_auto_fallback", when this
config enabled, Voice/Data/SMS preference would be auto selected
without user confirmation in various SIM hot-swap, disable/enable cases.

Bug: 111667898
Test: atest FrameworksTelephonyTests:MultiSimSettingControllerTest
Merged-in: I0d9f8cee27d6ca79489c2fc5cc721a6bc461c2be
Change-Id: I0d9f8cee27d6ca79489c2fc5cc721a6bc461c2be
parent dcb40511
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4407,4 +4407,7 @@

    <!-- Component names of the services which will keep critical code path warm -->
    <string-array name="config_keep_warming_services" translatable="false" />

    <!-- Whether to select voice/data/sms preference without user confirmation -->
    <bool name="config_voice_data_sms_auto_fallback">false</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -4056,4 +4056,6 @@
  <java-symbol type="array" name="config_notificationMsgPkgsAllowedAsConvos" />

  <java-symbol type="array" name="config_keep_warming_services" />

  <java-symbol type="bool" name="config_voice_data_sms_auto_fallback" />
</resources>