Modify the preferredSimDialogFragment
After the telephony flag resetPrimarySimDefaultValues on, the telephony set the preferred default subscription to remaining sim. Therefore, here can ask whether the user uses [remaining SIM] for mobile data or not Bug: 349783684 Test: remove the sim card, and settings show "use mobile data" dialog Flag: EXEMPT bugfix Change-Id: I5e3399e777bf1e8ef7998074082e55635eb23eb4
This commit is contained in:
@@ -3058,10 +3058,9 @@
|
||||
<string name="sim_change_data_ok">
|
||||
Use <xliff:g id="carrier" example="Verizon">%1$s</xliff:g>
|
||||
</string>
|
||||
<!-- Title for the dialog asking to user to change the preferred SIM [CHAR LIMIT=30] -->
|
||||
<string name="sim_preferred_title">Update preferred SIM?</string>
|
||||
|
||||
<!-- Message for the dialog asking to user to change the preferred SIM [CHAR LIMIT=NONE] -->
|
||||
<string name="sim_preferred_message"><xliff:g id="new_sim">%1$s</xliff:g> is the only SIM in your device. Do you want to use this SIM for mobile data, calls, and SMS messages?</string>
|
||||
<string name="sim_preferred_message"><xliff:g id="new_sim">%1$s</xliff:g> is now your primary SIM</string>
|
||||
|
||||
<!-- Title for the dialog asking user to enable auto data switch upon enabling multi-SIM [CHAR LIMIT=30] -->
|
||||
<string name="enable_auto_data_switch_dialog_title">Improve mobile data coverage?</string>
|
||||
@@ -7563,7 +7562,7 @@
|
||||
<string name="select_sim_for_sms">Select a SIM for SMS</string>
|
||||
<!-- Message for switching data SIM; switching takes a while -->
|
||||
<string name="data_switch_started">Switching data SIM, this may take up to a minute\u2026</string>
|
||||
<!-- Title for selecting specific sim for data in settings. [CHAR LIMIT=40] -->
|
||||
<!-- Title for selecting specific sim/preferred sim for data in settings. [CHAR LIMIT=40] -->
|
||||
<string name="select_specific_sim_for_data_title">Use <xliff:g id="new_sim" example="carrierA">%1$s</xliff:g> for mobile data?</string>
|
||||
<!-- Message for selecting specific sim for data in settings. [CHAR LIMIT=NONE] -->
|
||||
<string name="select_specific_sim_for_data_msg">If you switch to <xliff:g id="new_sim" example="carrierA">%1$s</xliff:g>, <xliff:g id="old_sim" example="carrierB">%2$s</xliff:g> will no longer be used for mobile data.</string>
|
||||
|
||||
Reference in New Issue
Block a user