mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix for EMM-1297
This commit is contained in:
parent
b6755b2123
commit
2548a1dd18
@ -99,6 +99,7 @@ public class MobileDeviceManagementUtil {
|
|||||||
mobileDevice.setVendor(getPropertyValue(device, MOBILE_DEVICE_VENDOR));
|
mobileDevice.setVendor(getPropertyValue(device, MOBILE_DEVICE_VENDOR));
|
||||||
mobileDevice.setLatitude(getPropertyValue(device, MOBILE_DEVICE_LATITUDE));
|
mobileDevice.setLatitude(getPropertyValue(device, MOBILE_DEVICE_LATITUDE));
|
||||||
mobileDevice.setLongitude(getPropertyValue(device, MOBILE_DEVICE_LONGITUDE));
|
mobileDevice.setLongitude(getPropertyValue(device, MOBILE_DEVICE_LONGITUDE));
|
||||||
|
mobileDevice.setSerial(getPropertyValue(device, MOBILE_DEVICE_SERIAL));
|
||||||
|
|
||||||
if (device.getProperties() != null) {
|
if (device.getProperties() != null) {
|
||||||
Map<String, String> deviceProperties = new HashMap<String, String>();
|
Map<String, String> deviceProperties = new HashMap<String, String>();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user