Install APP service

revert-dabc3590
manoj 10 years ago
parent bed8361f60
commit 3da5169bbb

@ -192,7 +192,7 @@ public class AndroidDeviceManager implements DeviceMgtService {
}
@Override
public boolean updateDeviceInfo(Device device) throws DeviceManagementException {
public boolean updateDeviceInfo(Device device, List<Application> applicationList) throws DeviceManagementException {
boolean status;
MobileDevice mobileDevice = MobileDeviceManagementUtil.convertToMobileDevice(device);
try {

@ -97,7 +97,7 @@ public class WindowsDeviceManager implements DeviceMgtService {
}
@Override
public boolean updateDeviceInfo(Device device) throws DeviceManagementException {
public boolean updateDeviceInfo(Device device, List<Application> applicationList) throws DeviceManagementException {
return true;
}

Loading…
Cancel
Save