summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorqqzhou <qqzhou@codeaurora.org>2014-11-06 17:30:43 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-11-06 02:17:58 -0800
commite774dc479599174be02826775749c46ef77d6505 (patch)
treec30bba750973e73fe949ee4f79d40083b13c9283 /res
parent6daa87361da8876d9de116648330d71b6431cbe8 (diff)
downloadandroid_packages_apps_Dialer-e774dc479599174be02826775749c46ef77d6505.tar.gz
android_packages_apps_Dialer-e774dc479599174be02826775749c46ef77d6505.tar.bz2
android_packages_apps_Dialer-e774dc479599174be02826775749c46ef77d6505.zip
Dialer: improve voicemail UI flow if long press "1"
According to latest UX spec, voicemail UI flow in dialpad needs to be improved. Will bring user to voicemail setting screen if voicemail number doesn't exist. Change-Id: Ib6c596e82f9fc013653c5656dbe8563c21500b63 CRs-Fixed: 751684
Diffstat (limited to 'res')
-rw-r--r--res/values-zh-rCN/strings.xml1
-rw-r--r--res/values/strings.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 86f16bdc2..0543b57a4 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -134,6 +134,7 @@
<string name="call_duration_call_out">"呼叫时长:"</string>
<string name="dialog_phone_call_prohibited_message" msgid="6554711866586660441">"电话未拨出"</string>
<string name="dialog_voicemail_not_ready_message" msgid="4384716252789515378">"要设置语音信箱,请转到“菜单”&gt;“设置”。"</string>
+ <string name="is_set_voicemail_number">语音信箱未设置号码,是否设置?</string>
<string name="dialog_voicemail_airplane_mode_message" msgid="530922773669546093">"要呼叫语音信箱,请先关闭飞行模式。"</string>
<string name="contact_list_loading" msgid="5488620820563977329">"正在加载..."</string>
<string name="imei" msgid="3045126336951684285">"移动通信国际识别码"</string>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d03818f68..51b7067ba 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -526,6 +526,8 @@
while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
<string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
+ <string name="is_set_voicemail_number">No voicemail number is set up, set now?</string>
+
<!-- Dialog message which is shown when the user tries to check voicemail
while the system is in airplane mode. The user cannot access to
voicemail service in Airplane mode. [CHAR LIMI=NONE] -->