Added Android and device to issue data

This commit is contained in:
M66B 2021-10-02 20:36:36 +02:00
parent 6319cf6a3a
commit 84e3767f7d
1 changed files with 2 additions and 0 deletions

View File

@ -871,6 +871,8 @@ public class Helper {
String html = "<br><br>";
html += "<p style=\"font-size:small;\">";
html += "Android: " + Build.VERSION.RELEASE + " (SDK " + Build.VERSION.SDK_INT + ")<br>";
html += "Device: " + Build.MANUFACTURER + " " + Build.DEVICE + "<br>";
html += "Locale: " + Html.escapeHtml(slocale.toString()) + "<br>";
if (language != null)
html += "Language: " + Html.escapeHtml(language) + "<br>";