Install APP service

merge-requests/7/head
manoj 10 years ago
parent 94fbb56f06
commit 2d5d0bb4f8

@ -79,7 +79,7 @@ public class TestDeviceManager implements DeviceMgtService {
}
@Override
public boolean updateDeviceInfo(Device device, sList<Application> applicationList) throws DeviceManagementException {
public boolean updateDeviceInfo(Device device, List<Application> applicationList) throws DeviceManagementException {
return false;
}

Loading…
Cancel
Save