File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
simplified-reports/src/main/java/org/librarysimplified/reports Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -142,11 +142,12 @@ object Reports {
142
142
bodyLines.add(" \n " )
143
143
bodyLines.add(" --" )
144
144
bodyLines.add(" Platform: ${this .reportPlatform} " )
145
- bodyLines.add(" OS: Android" )
146
145
bodyLines.add(" Height: ${this .reportScreenHeight} (${this .reportScreenDPI} DPI)" )
147
146
bodyLines.add(" Palace Version: ${this .reportAppVersion} " )
148
147
bodyLines.add(" Palace Commit: ${this .reportAppCommit} " )
149
148
bodyLines.add(" Library: ${this .reportLibrary} " )
149
+ bodyLines.add(" Device Patch Date: ${Build .VERSION .SECURITY_PATCH } " )
150
+ bodyLines.add(" Device API Level: ${Build .VERSION .SDK_INT } " )
150
151
bodyLines.add(" Device Manufacturer: ${Build .MANUFACTURER } " )
151
152
bodyLines.add(" Device Brand: ${Build .BRAND } " )
152
153
bodyLines.add(" Device Model: ${Build .MODEL } (${Build .DEVICE } )" )
You can’t perform that action at this time.
0 commit comments