|
|
|
@ -259,7 +259,11 @@ public class ApplicationOperationsImpl implements ApplicationOperations {
|
|
|
|
|
deviceList = MDMServiceAPIUtils
|
|
|
|
|
.getDeviceManagementService(applicationOperationDevice.getTenantId()).
|
|
|
|
|
getDevicesOfUser(applicationOperationDevice.getCurrentUser().getUsername(),
|
|
|
|
|
applicationOperationDevice.getPlatform());
|
|
|
|
|
MDMAppConstants.ANDROID);
|
|
|
|
|
deviceList.addAll(MDMServiceAPIUtils
|
|
|
|
|
.getDeviceManagementService(applicationOperationDevice.getTenantId()).
|
|
|
|
|
getDevicesOfUser(applicationOperationDevice.getCurrentUser().getUsername(),
|
|
|
|
|
MDMAppConstants.IOS));
|
|
|
|
|
}
|
|
|
|
|
devices = new ArrayList<>(deviceList.size());
|
|
|
|
|
if(log.isDebugEnabled()){
|
|
|
|
|