diff options
-rw-r--r-- | InCallUI/res/values/strings.xml | 25 |
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. |