Fix for EMM-1297

This commit is contained in:
mharindu 2016-04-04 14:21:11 +05:30
parent b6755b2123
commit 2548a1dd18

View File

@ -99,6 +99,7 @@ public class MobileDeviceManagementUtil {
mobileDevice.setVendor(getPropertyValue(device, MOBILE_DEVICE_VENDOR));
mobileDevice.setLatitude(getPropertyValue(device, MOBILE_DEVICE_LATITUDE));
mobileDevice.setLongitude(getPropertyValue(device, MOBILE_DEVICE_LONGITUDE));
mobileDevice.setSerial(getPropertyValue(device, MOBILE_DEVICE_SERIAL));
if (device.getProperties() != null) {
Map<String, String> deviceProperties = new HashMap<String, String>();