Loading res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -12602,6 +12602,8 @@ <string name="sim_action_restart_text">To get started, restart your device. Then you can add another SIM.</string> <!-- Button on a dialog to confirm SIM operations. [CHAR LIMIT=30] --> <string name="sim_action_continue">Continue</string> <!-- Button on a dialog to confirm SIM operations. [CHAR LIMIT=30] --> <string name="sim_action_yes">Yes</string> <!-- User confirms reboot the phone. [CHAR LIMIT=30] --> <string name="sim_action_reboot">Restart</string> <!-- Button on a dialog to reject SIM operations. [CHAR LIMIT=30] --> src/com/android/settings/sim/DsdsDialogActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class DsdsDialogActivity extends SubscriptionActionDialogActivity DIALOG_TAG_ENABLE_DSDS_CONFIRMATION, getString(R.string.sim_action_enable_dsds_title), getString(R.string.sim_action_enable_dsds_text), getString(R.string.sim_action_continue), getString(R.string.sim_action_yes), getString(R.string.sim_action_no_thanks)); } Loading Loading
res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -12602,6 +12602,8 @@ <string name="sim_action_restart_text">To get started, restart your device. Then you can add another SIM.</string> <!-- Button on a dialog to confirm SIM operations. [CHAR LIMIT=30] --> <string name="sim_action_continue">Continue</string> <!-- Button on a dialog to confirm SIM operations. [CHAR LIMIT=30] --> <string name="sim_action_yes">Yes</string> <!-- User confirms reboot the phone. [CHAR LIMIT=30] --> <string name="sim_action_reboot">Restart</string> <!-- Button on a dialog to reject SIM operations. [CHAR LIMIT=30] -->
src/com/android/settings/sim/DsdsDialogActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class DsdsDialogActivity extends SubscriptionActionDialogActivity DIALOG_TAG_ENABLE_DSDS_CONFIRMATION, getString(R.string.sim_action_enable_dsds_title), getString(R.string.sim_action_enable_dsds_text), getString(R.string.sim_action_continue), getString(R.string.sim_action_yes), getString(R.string.sim_action_no_thanks)); } Loading