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:
parent
7413d87eb5
commit
96be7738b8
1 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||
|
|
Loading…
Reference in a new issue