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

Commit 04d446e9 authored by Amit Mahajan's avatar 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
Change-Id: I0d9f8cee27d6ca79489c2fc5cc721a6bc461c2be
(cherry picked from commit 17bcfb7a175df99e8017929f9c6450d79e9e11fb)
parent 2449f0e1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4642,4 +4642,7 @@
    <bool name="config_telephony5gStandalone">false</bool>
    <!-- Whether the device enable the non-standalone (NSA) mode of 5G NR.-->
    <bool name="config_telephony5gNonStandalone">false</bool>

    <!-- 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
@@ -4163,4 +4163,6 @@

  <java-symbol type="bool" name="config_telephony5gStandalone" />
  <java-symbol type="bool" name="config_telephony5gNonStandalone" />

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