summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDavid Braun <dabraun@google.com>2013-10-05 19:33:46 -0700
committerDavid Braun <dabraun@google.com>2013-10-05 19:33:46 -0700
commitef1b5e0afd8e824979d1acda015eda314e61955b (patch)
tree889209f7f25e9d1dcc01f2c4b9a9b9ec8120ef35 /res/values
parent92728d020f5969878df73310f8594b12684d982b (diff)
downloadandroid_packages_apps_InCallUI-ef1b5e0afd8e824979d1acda015eda314e61955b.tar.gz
android_packages_apps_InCallUI-ef1b5e0afd8e824979d1acda015eda314e61955b.tar.bz2
android_packages_apps_InCallUI-ef1b5e0afd8e824979d1acda015eda314e61955b.zip
Add custom message dialog for Respond via Message.
We don't want to require SMS applications to implement activities that show over lock just to handle the "respond via custom message" scenario for rejecting phone calls. This change adds an entry dialog into the phone call UI. A separate change removes the code in the Telephony service that would have asked the default SMS app to show UI. Bug: 11084719 Provide UI for "quick response" messages built into Phone app Change-Id: I7fcf20280fd3b741aa941cc6a24f5c262db1899b
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e7049e5b..7c588b34 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1280,6 +1280,10 @@
<string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string>
<!-- "Respond via SMS" option that lets you compose a custom response. [CHAR LIMIT=30] -->
<string name="respond_via_sms_custom_message">Write your own...</string>
+ <!-- "Custom Message" Cancel alert dialog button -->
+ <string name="custom_message_cancel">Cancel</string>
+ <!-- "Custom Message" Send alert dialog button -->
+ <string name="custom_message_send">Send</string>
<!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
<string name="respond_via_sms_setting_title">Quick responses</string>