Move headset hook from Telephony to Telecomm. (1/2)
Also sets up the mute and speakerphone statusbar icons triggered by
their respective states (including triggering from the headset hook).
Bug: 15190069
Change-Id: I990110816ec37c168e3646290a538be3cd23be35
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4b6260a..0c46053 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -41,4 +41,12 @@
The user will be able to send text messages using the phone number.
[CHAR LIMIT=60] -->
<string name="notification_missedCall_message">Message</string>
+
+ <!-- Content description of the call muted notification icon for
+ accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_call_muted">Call muted.</string>
+
+ <!-- Content description of the speakerphone enabled notification icon for
+ accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
</resources>