1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-31 20:25:38 +00:00

Added device model to issue info

This commit is contained in:
M66B 2022-01-17 19:54:38 +01:00
parent 7413d87eb5
commit 96be7738b8

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>";