mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 10:16:45 +00:00
Added Android and device to issue data
This commit is contained in:
parent
6319cf6a3a
commit
84e3767f7d
1 changed files with 2 additions and 0 deletions
|
@ -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>";
|
||||
|
|
Loading…
Reference in a new issue