summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2012-10-09 10:25:33 -0700
committerTom Taylor <tomtaylor@google.com>2012-10-09 10:30:03 -0700
commit9889006f9d29d0509c1c036987ce028de43ac96e (patch)
tree833c9aaedfeb05cd7193ab9174e2418f602122c5 /res/values/strings.xml
parent259b5eabd47d87f68bc1285e1de60747bf21fa2b (diff)
downloadMms-9889006f9d29d0509c1c036987ce028de43ac96e.tar.gz
Add setting to turn on/off group MMS
Bug 6970173 Add a setting/preference to turn on/off group MMS. If group mms is disabled by mms_config.xml, the preference is hidden from the user (this is consistent with other mms features disabled by carriers). When group mms is disabled, receiving a group mms is also disabled. In other words, the received message will appear to have come from a thread with only the sender and not in a thread with the sender + the other recipients. Change-Id: I9510ae269f7b3968c768c7b5f5cf8dcc7fe4eca6
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1bccb0f2..d3e2c133 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -328,10 +328,14 @@
<string name="pref_summary_auto_delete">Delete old messages as limits are reached</string>
<!-- Settings item description for integer auto-delete sms message limit -->
<string name="pref_summary_delete_limit"><xliff:g id="count">%1$s</xliff:g> messages per conversation</string>
+ <!-- Settings item description for boolean MMS enable group MMS setting -->
+ <string name="pref_summary_mms_group_mms">Use MMS to send a single message when there are multiple recipients</string>
<!-- Settings item for entering SIM card message screen -->
<string name="pref_title_manage_sim_messages">Manage SIM card messages</string>
<!-- Settings item for boolean option to enable/disable MMS delivery reports -->
<string name="pref_title_mms_delivery_reports">Delivery reports</string>
+ <!-- Settings item for boolean option to enable/disable MMS group messages -->
+ <string name="pref_title_mms_group_mms">Group messaging</string>
<!-- Settings item for boolean option to enable/disable MMS read reports -->
<string name="pref_title_mms_read_reports">Read reports</string>
<!-- Settings item for boolean option to enable/disable SMS delivery reports -->