Create new string for notification_action_answer
Bug: 17894022
Change-Id: I021f362f261fd9053c8749361692e6f3fabb9fcf
diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml
index 38ae07b..157bf1c 100644
--- a/InCallUI/res/values/strings.xml
+++ b/InCallUI/res/values/strings.xml
@@ -171,6 +171,9 @@
<!-- Label for the expanded "No service" notification item, including the
operator name set by user -->
<string name="notification_network_selection_text">Selected network (<xliff:g id="operator_name">%s</xliff:g>) unavailable</string>
+ <!-- Label for the "Answer call" action. This is the displayed label for the action that answers
+ an incoming call. [CHAR LIMIT=12] -->
+ <string name="notification_action_answer">Answer</string>
<!-- Label for "end call" Action.
It is displayed in the "Ongoing call" notification, which is shown
when the user is outside the in-call screen while the phone call is still
@@ -470,7 +473,7 @@
<!-- String used by AccessibilityService to announce that the call has been removed from hold [CHAR LIMIT=NONE]-->
<string name="accessibility_call_removed_from_hold">Call removed from hold.</string>
- <!-- Description of the answer target in the Slide unlock screen of Phone. [CHAR LIMIT=12] -->
+ <!-- Description of the answer target in the Slide unlock screen of Phone. [CHAR LIMIT=NONE] -->
<string name="description_target_answer">Answer</string>
<!-- Description of the send_sms target in the Slide unlock screen of Phone. [CHAR LIMIT=NONE] -->
<string name="description_target_send_sms">Send SMS</string>