diff --git a/xwords4/android/XWords4-sms/res/layout/.gitignore b/xwords4/android/XWords4-sms/res/layout/.gitignore
index e22c7c278..01db4c327 100644
--- a/xwords4/android/XWords4-sms/res/layout/.gitignore
+++ b/xwords4/android/XWords4-sms/res/layout/.gitignore
@@ -28,3 +28,4 @@ rename_game.xml
smsinviter_item.xml
smsinviter.xml
game_list_tmp.xml
+confirm_sms.xml
diff --git a/xwords4/android/XWords4-sms/res/xml/xwprefs.xml b/xwords4/android/XWords4-sms/res/xml/xwprefs.xml
index 9619c4677..436221526 100644
--- a/xwords4/android/XWords4-sms/res/xml/xwprefs.xml
+++ b/xwords4/android/XWords4-sms/res/xml/xwprefs.xml
@@ -270,6 +270,12 @@
android:summary="@string/notify_other_summary"
android:defaultValue="false"
/>
+
+
+
+
+
+
+
+
diff --git a/xwords4/android/XWords4/res/values/common_rsrc.xml b/xwords4/android/XWords4/res/values/common_rsrc.xml
index 336965648..b32f4d190 100644
--- a/xwords4/android/XWords4/res/values/common_rsrc.xml
+++ b/xwords4/android/XWords4/res/values/common_rsrc.xml
@@ -55,6 +55,7 @@
key_connect_frequency
key_notify_sound
key_notify_vibrate
+ key_enable_sms
key_hide_intro
key_keep_screenon
key_summary_field
@@ -238,4 +239,10 @@
- @string/game_summary_field_state
+
+ - @string/confirm_sms_noclue
+ - @string/confirm_sms_unlimited
+ - @string/confirm_sms_willpay
+
+
diff --git a/xwords4/android/XWords4/res/values/strings.xml b/xwords4/android/XWords4/res/values/strings.xml
index 7d1841c7e..b5668122e 100644
--- a/xwords4/android/XWords4/res/values/strings.xml
+++ b/xwords4/android/XWords4/res/values/strings.xml
@@ -1902,8 +1902,11 @@
Create a game that will be
played via invisible text messages. !!!DO NOT DO THIS UNLESS YOU HAVE
AN UNLIMITED TEXT MESSAGING PLAN!!!
- sms_disabled
- newgame_enable_sms
+
+ Playing vis SMS is currently disabled.
+ You can enable it in Settings->Network game settings.
+ Launch Settings
+
Phone number required
SMS Game %X
Missing connections? Invite SMS
@@ -1970,4 +1973,17 @@
sms/texting
bluetooth
+ Allow games via SMS
+ Only if you have unlimited texting!
+
+ Confirm SMS plan
+ Warning: A single game over SMS
+ may cause 50 text messages to be sent. Unless you have an
+ unlimited plan these may cost you up to 50 cents each. How will
+ you deal with this? (If it isn\'t clear, you SHOULD NOT ENABLE this
+ feature unless you have unlimited texting.)
+ Leave disabled
+ I have an unlimited texting plan
+ I will happily pay all charges
+
diff --git a/xwords4/android/XWords4/res/xml/xwprefs.xml b/xwords4/android/XWords4/res/xml/xwprefs.xml
index 723043c4a..39dd95c75 100644
--- a/xwords4/android/XWords4/res/xml/xwprefs.xml
+++ b/xwords4/android/XWords4/res/xml/xwprefs.xml
@@ -270,6 +270,12 @@
android:summary="@string/notify_other_summary"
android:defaultValue="false"
/>
+