Added device model to issue info

This commit is contained in:
M66B 2022-01-17 19:54:38 +01:00
parent 7413d87eb5
commit 96be7738b8
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,7 @@ public class Helper {
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 += "Device: " + Build.MANUFACTURER + " " + Build.MODEL + " " + Build.DEVICE + "<br>";
html += "Locale: " + Html.escapeHtml(slocale.toString()) + "<br>";
if (language != null)
html += "Language: " + Html.escapeHtml(language) + "<br>";