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
(cherry picked from commit 17bcfb7a175df99e8017929f9c6450d79e9e11fb)
(cherry picked from commit 04d446e98b)
This commit is contained in:
Amit Mahajan
2021-01-26 14:28:55 -08:00
parent cd347c4bd0
commit c96cb5e212
2 changed files with 5 additions and 0 deletions

View File

@@ -4663,4 +4663,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>

View File

@@ -4166,4 +4166,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>