summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorJay Shrauner <shrauner@google.com>2014-04-23 17:36:46 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-23 17:36:46 +0000
commit15c02bcdca55d45b1245d9c55355115fb0524dd5 (patch)
treeaadde21201d9b79553307f2c6d637c5930b46b80 /InCallUI
parentf21c4d0d31706783d485fabf47186436db153cc7 (diff)
parent66738d36a2605638cf83d7743d6a829d4cd02ab1 (diff)
am 90915722: Removed unused strings
* commit '90915722dd200859cf6afb60c28442f753f51704': Removed unused strings
Diffstat (limited to 'InCallUI')
-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 ba7442f80..99b8e8859 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&#8230;</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.