summaryrefslogtreecommitdiff
path: root/InCallUI/res/values
diff options
context:
space:
mode:
authorJay Shrauner <shrauner@google.com>2014-04-23 10:08:19 -0700
committerJay Shrauner <shrauner@google.com>2014-04-23 10:22:42 -0700
commit66738d36a2605638cf83d7743d6a829d4cd02ab1 (patch)
tree585d54d0f1c30e3e39a81ba8490330e2b90d7a79 /InCallUI/res/values
parent976159850f71204644efc8b7f60c6e0c170349f5 (diff)
Removed unused strings
Removed unused respond_via_sms strings Bug: Change-Id: I3455dbb7711b86a96e37675c9ba1d2dd4f99b5f4
Diffstat (limited to 'InCallUI/res/values')
-rw-r--r--InCallUI/res/values/strings.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml
index 046917182..0c5d6357c 100644
--- a/InCallUI/res/values/strings.xml
+++ b/InCallUI/res/values/strings.xml
@@ -303,14 +303,6 @@
<!-- Use this to describe the select contact button in EditPhoneNumberPreference; currently for screen readers through accessibility. -->
<string name="selectContact">select contact</string>
- <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
- <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string>
- <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
- <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string>
- <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
- <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string>
- <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
- <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 -->
@@ -318,23 +310,6 @@
<!-- "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>
- <!-- Slightly more verbose title of settings screen for managing the
- "Respond via SMS" feature. [CHAR LIMIT=30] -->
- <string name="respond_via_sms_setting_title_2">Edit quick responses</string>
- <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
- <string name="respond_via_sms_setting_summary"></string>
- <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] -->
- <string name="respond_via_sms_edittext_dialog_title">Quick response</string>
- <!-- Menu option in "Respond via SMS" that allows user to reset the default
- activity used to handle "Respond via SMS" [CHAR LIMIT=30] -->
- <string name="respond_via_sms_menu_reset_default_activity">Reset default app</string>
-
- <!-- "Respond via SMS": Confirmation message shown after sending
- a text response. [CHAR LIMIT=40] -->
- <string name="respond_via_sms_confirmation_format">Message sent to <xliff:g id="phone_number">%s</xliff:g>.</string>
-
<!-- String describing the image on ImageButton one
Note: AccessibilityServices use this attribute to announce what the view represents.