diff options
| author | Sandeep Kunta <skunta@codeaurora.org> | 2014-09-01 17:18:43 +0530 |
|---|---|---|
| committer | Linux Build Service Account <lnxbuild@localhost> | 2015-10-06 03:20:54 -0600 |
| commit | b2d5e04292cdd38c01e34eb7ea2ac3b059ca6c73 (patch) | |
| tree | f9ce68a0029596fafc6f9f278c5ef50f839334aa /res/values/strings.xml | |
| parent | a01dabbd5818d283f811fff38417a274c130d7dd (diff) | |
| download | packages_apps_InCallUI-b2d5e04292cdd38c01e34eb7ea2ac3b059ca6c73.tar.gz packages_apps_InCallUI-b2d5e04292cdd38c01e34eb7ea2ac3b059ca6c73.tar.bz2 packages_apps_InCallUI-b2d5e04292cdd38c01e34eb7ea2ac3b059ca6c73.zip | |
MSIM: Add support for DSDA.
Add support to show calls from both subscriptions
in a tabbed view format to user. when ever user
switches sub, inform telecomm service that subscription
is switched.
Change-Id: I3bea71501ce159e189f75db58e710ffc94e8137c
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index cadef732..73b05813 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -456,4 +456,10 @@ <!-- Description of the "camera off" icon displayed when the device's camera is disabled during a video call. [CHAR LIMIT=NONE] --> <string name="camera_off_description">Camera off</string> + <!-- Title for Select Account Dialog [CHAR LIMIT=30] --> + <string name="select_account_dialog_title">Select Account</string> + <!-- Set Subscription screen: label sub 1 --> + <string name="sub_1">SUB 1</string> + <!-- Set Subscription screen: label sub 2 --> + <string name="sub_2">SUB 2</string> </resources> |
