summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorqqzhou <qqzhou@codeaurora.org>2014-07-24 17:12:42 +0800
committerMatt Garnes <matt@cyngn.com>2014-11-13 17:47:21 -0800
commitb38a11a56e133405856b180db2098d6f00fc3d69 (patch)
treeb68aca9ea35a6c4e2177b2449ffe53bafb858cf6 /res
parent8af5d47dbc2b258d99b4645e651d5ae84535d69e (diff)
downloadandroid_packages_apps_Dialer-b38a11a56e133405856b180db2098d6f00fc3d69.tar.gz
android_packages_apps_Dialer-b38a11a56e133405856b180db2098d6f00fc3d69.tar.bz2
android_packages_apps_Dialer-b38a11a56e133405856b180db2098d6f00fc3d69.zip
Dialer: support to show multiple device ids
Show all device IDs for multiple SIM cards when dial "*#06#" in dialpad. Change-Id: I1654c5949831bb3faba19f4ce87147dfef6df048
Diffstat (limited to 'res')
-rw-r--r--res/values-zh-rCN/strings.xml2
-rw-r--r--res/values/strings.xml1
2 files changed, 3 insertions, 0 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 47ad52cb3..f9b577a62 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -201,4 +201,6 @@
<string name="respond_via_sms_setting_title" msgid="1318281521087951580">"快速回复"</string>
<string name="call_settings_label" msgid="7416182166943714852">"通话设置"</string>
<string name="call_settings_description" msgid="2756622428019213052">"语音信箱、来电等待及其他"</string>
+
+ <string name="device_id">设备标识符</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index beb7fe209..62818ee06 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -810,4 +810,5 @@
<!-- Label for the call settings section description [CHAR LIMIT=80]-->
<string name="call_settings_description">Voicemail, call waiting, and others</string>
+ <string name="device_id">Device Identifier</string>
</resources>