summaryrefslogtreecommitdiffstats
path: root/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
commit90915722dd200859cf6afb60c28442f753f51704 (patch)
treec6485c6bcb6c967241f55faf57bb3deeb84b02ab /res/values
parentc72244cdabe159691dcd133640629bec04b44744 (diff)
downloadpackages_apps_InCallUI-90915722dd200859cf6afb60c28442f753f51704.tar.gz
packages_apps_InCallUI-90915722dd200859cf6afb60c28442f753f51704.tar.bz2
packages_apps_InCallUI-90915722dd200859cf6afb60c28442f753f51704.zip
Removed unused strings
Removed unused respond_via_sms strings Bug: Change-Id: I3455dbb7711b86a96e37675c9ba1d2dd4f99b5f4
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 04691718..0c5d6357 100644
--- a/res/values/strings.xml
+++ b/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.