diff --git a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/Utils.java b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/Utils.java
index fc09f9d99..608637d46 100644
--- a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/Utils.java
+++ b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/Utils.java
@@ -75,6 +75,7 @@ import java.util.Random;
import org.eehouse.android.xw4.Perms23.Perm;
import org.eehouse.android.xw4.jni.CommonPrefs;
+import org.eehouse.android.xw4.jni.XwJNI;
import org.eehouse.android.xw4.loc.LocUtils;
public class Utils {
@@ -199,9 +200,10 @@ public class Utils {
String[] addrs = { LocUtils.getString( context,
R.string.email_author_email ) };
intent.putExtra( Intent.EXTRA_EMAIL, addrs );
+ String devID = XwJNI.dvc_getMQTTDevID( null );
String body = LocUtils.getString( context, R.string.email_body_rev_fmt,
BuildConfig.GIT_REV, Build.MODEL,
- Build.VERSION.RELEASE );
+ Build.VERSION.RELEASE, devID );
if ( null != msg ) {
body += "\n\n" + msg;
}
diff --git a/xwords4/android/app/src/main/res/values/strings.xml b/xwords4/android/app/src/main/res/values/strings.xml
index 693ab67e8..37c80aed9 100644
--- a/xwords4/android/app/src/main/res/values/strings.xml
+++ b/xwords4/android/app/src/main/res/values/strings.xml
@@ -1624,8 +1624,8 @@
Send comment via
(If relevant, please include the
- version (“%1$s”) of CrossWords and the make/model (“%2$s”) and OS
- version (%3$s) of your phone or tablet.)
+ version (“%1$s”) of CrossDbg, the make/model (“%2$s”) and OS
+ version (%3$s) of your phone or tablet, and your devID (%4$s).)
Remove