| plugin.deviceinfo.title.time |
{{deviceInfo.latestUpdateTime | date:'dd.MM.yy HH:mm:ss'}}
({{deviceInfo.latestUpdateInterval}}
{{('plugin.deviceinfo.enum.time.' + deviceInfo.latestUpdateIntervalType) | localize}})
|
| plugin.deviceinfo.title.deviceNumber |
{{deviceInfo.deviceNumber}} |
| plugin.deviceinfo.title.description |
|
| plugin.deviceinfo.title.groups |
{{group.name}}
|
| plugin.deviceinfo.title.imei.required |
{{deviceInfo.imeiRequired}} |
| plugin.deviceinfo.title.imei |
{{deviceInfo.imeiActual}} |
| plugin.deviceinfo.title.phone.required |
{{deviceInfo.phoneNumberRequired}} |
| plugin.deviceinfo.title.phone |
{{deviceInfo.phoneNumberActual}} |
| plugin.deviceinfo.title.iccid |
{{deviceInfo.iccid}} |
| plugin.deviceinfo.title.imsi |
{{deviceInfo.imsi}} |
| plugin.deviceinfo.title.imei2 |
{{deviceInfo.imei2}} |
| plugin.deviceinfo.title.phone2 |
{{deviceInfo.phone2}} |
| plugin.deviceinfo.title.iccid2 |
{{deviceInfo.iccid2}} |
| plugin.deviceinfo.title.imsi2 |
{{deviceInfo.imsi}} |
| plugin.deviceinfo.title.serial |
{{deviceInfo.serial}} |
| plugin.deviceinfo.title.cpu |
{{deviceInfo.cpu}} |
| plugin.deviceinfo.title.permission.1 |
{{('plugin.deviceinfo.title.permission.' + deviceInfo.adminPermission) | localize}}
|
| plugin.deviceinfo.title.permission.2 |
{{('plugin.deviceinfo.title.permission.' + deviceInfo.overlapPermission) | localize}}
|
| plugin.deviceinfo.title.permission.3 |
{{('plugin.deviceinfo.title.permission.' + deviceInfo.historyPermission) | localize}}
|
| plugin.deviceinfo.title.permission.4 |
{{('plugin.deviceinfo.title.permission.' + !!deviceInfo.accessibilityPermission) | localize}}
|
| plugin.deviceinfo.title.model |
{{deviceInfo.model}} |
| plugin.deviceinfo.title.os.version |
{{deviceInfo.osVersion}} |
| plugin.deviceinfo.title.battery.level |
{{deviceInfo.batteryLevel ? (deviceInfo.batteryLevel + '%') : undefined}}
|
| plugin.deviceinfo.title.mdm.mode |
{{('plugin.deviceinfo.boolean.' + deviceInfo.mdmMode) | localize}} |
|
| plugin.deviceinfo.title.kiosk.mode |
{{('plugin.deviceinfo.boolean.' + deviceInfo.kioskMode) | localize}} |
|
| plugin.deviceinfo.title.launcher.type |
{{deviceInfo.launcherType}} |
| plugin.deviceinfo.title.default.launcher |
{{deviceInfo.launcherPackage}} |