Adding new strings needed for Enable MMS toggle.

Bug: 130222866
Test: build
Change-Id: If2a5cc20260fd2d1ed000e5c5531c2c11ab58b3c
This commit is contained in:
Malcolm Chen
2019-04-18 13:26:58 -07:00
committed by Amit Mahajan
parent fbcf3708a6
commit 3b5a28e2e9

View File

@@ -11097,4 +11097,14 @@
<!-- Summary for Wi-Fi calling to explain this feature [CHAR LIMIT=NONE] -->
<string name="wifi_calling_summary">Use Wi\u2011Fi for calls to improve quality</string>
<!-- Title for enable MMS notification when trying to receive MMS. [CHAR LIMIT=40] -->
<string name="enable_receiving_mms_notification_title">Incoming MMS message</string>
<!-- Title for enable MMS notification when trying to send MMS. [CHAR LIMIT=40] -->
<string name="enable_sending_mms_notification_title">Can\u2019t send MMS message</string>
<!-- Message under title informing the user to touch to go to SIM Cards in Settings. [CHAR LIMIT=100] -->
<string name="enable_mms_notification_summary">Tap to allow MMS messaging on <xliff:g id="operator_name" example="T-Mobile">%1$s</xliff:g> when mobile data is off</string>
<!-- Title for enable MMS notification channel. [CHAR LIMIT=40] -->
<string name="enable_mms_notification_channel_title">MMS message</string>
</resources>