Add an option to set the selected phone account as the default. (3/3)
Modify the phoneAccountSelected method to support the option to set the
selected phone account as the default for outgoing phone calls.
Add checkbox to the select account dialog for user interaction.
Bug: 18078232
Change-Id: I7e6af5238fe2ff95d7f1e0622f7fa24111147f4e
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index 3444957..0f6cea0 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -768,4 +768,8 @@
<!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
<string name="select_account_dialog_title">Select Account</string>
+
+ <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
+ <string name="set_default_account">Always use this for calls</string>
+
</resources>