Loading res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -11029,6 +11029,8 @@ <string name="sim_action_cancel">Cancel</string> <!-- Button which will disconnect the user from one mobile network and immediately connect to another. [CHAR LIMIT=30] --> <string name="sim_switch_button">Switch</string> <!-- Button text to turn off the sim. [CHAR LIMIT=30] --> <string name="sim_action_turn_off">Turn off</string> <!-- Title of DSDS activation failure dialog [CHAR LIMIT=40] --> <string name="dsds_activation_failure_title">Can\u2019t activate SIM</string> <!-- Body text of DSDS activation failure dialog. Users could toggle the selected SIM again or reboot to recover. [CHAR LIMIT=NONE] --> src/com/android/settings/network/telephony/ToggleSubscriptionDialogActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc DIALOG_TAG_DISABLE_SIM_CONFIRMATION, title, null, getString(R.string.condition_turn_off), getString(R.string.sim_action_turn_off), getString(R.string.sim_action_cancel)); } Loading Loading
res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -11029,6 +11029,8 @@ <string name="sim_action_cancel">Cancel</string> <!-- Button which will disconnect the user from one mobile network and immediately connect to another. [CHAR LIMIT=30] --> <string name="sim_switch_button">Switch</string> <!-- Button text to turn off the sim. [CHAR LIMIT=30] --> <string name="sim_action_turn_off">Turn off</string> <!-- Title of DSDS activation failure dialog [CHAR LIMIT=40] --> <string name="dsds_activation_failure_title">Can\u2019t activate SIM</string> <!-- Body text of DSDS activation failure dialog. Users could toggle the selected SIM again or reboot to recover. [CHAR LIMIT=NONE] -->
src/com/android/settings/network/telephony/ToggleSubscriptionDialogActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc DIALOG_TAG_DISABLE_SIM_CONFIRMATION, title, null, getString(R.string.condition_turn_off), getString(R.string.sim_action_turn_off), getString(R.string.sim_action_cancel)); } Loading